Skip to content

Commit

Permalink
fixed module issue in terraform-google-github-actions-runners
Browse files Browse the repository at this point in the history
  • Loading branch information
akashcldcvr committed Mar 20, 2024
1 parent 24ef9e0 commit 4023d7a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ module "mig_template" {
source_image = var.source_image
shielded_instance_config = {
enable_secure_boot = true
enable_vtpm = true
enable_integrity_monitoring = true
}
metadata = merge({
"secret-id" = google_secret_manager_secret_version.gh-secret-version.name
Expand Down

0 comments on commit 4023d7a

Please sign in to comment.