Skip to content

Commit

Permalink
[NWSDE #119] Enable encryption at host on Admin VM [TEMP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed Jan 21, 2025
1 parent 68f2bae commit 2b2e43e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions templates/shared_services/admin-vm-nwsde/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ WORKDIR ${BUNDLE_DIR}
# hadolint ignore=DL3022
COPY --from=admin-vm --link . ${BUNDLE_DIR}/

# Copy and change the file extension of .terraform file to .tf
COPY ./terraform/admin-jumpbox_override.terraform "${BUNDLE_DIR}"/terraform/admin-jumpbox_override.tf

# PORTER_MIXINS

# Use the BUNDLE_DIR build argument to copy files into the bundle
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resource "azurerm_windows_virtual_machine" "jumpbox" {
encryption_at_host_enabled = true
}

This file was deleted.

0 comments on commit 2b2e43e

Please sign in to comment.