Skip to content

Commit

Permalink
set instance metadata to enable osconfig (#1166)
Browse files Browse the repository at this point in the history
* set instance metadata to enable osconfig

Signed-off-by: Bob Callaway <[email protected]>

* terraform fmt

Signed-off-by: Bob Callaway <[email protected]>

---------

Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jul 3, 2024
1 parent bfc40f4 commit 5a89595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/gcp/modules/bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ resource "google_compute_instance" "bastion" {

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

shielded_instance_config {
Expand Down

0 comments on commit 5a89595

Please sign in to comment.