Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Jul 3, 2024
1 parent 542b66f commit 4fb7a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ resource "google_compute_instance" "bastion" {

metadata = {
block-project-ssh-keys = true
enable-osconfig = "TRUE"
enable-osconfig = "TRUE"
}

shielded_instance_config {
Expand Down

0 comments on commit 4fb7a60

Please sign in to comment.