Skip to content

Commit

Permalink
Merge pull request #61 from ollionorg/bug/fix-1
Browse files Browse the repository at this point in the history
fixed module issue in terraform-google-github-actions-runners
  • Loading branch information
akashcldcvr authored Mar 26, 2024
2 parents 24ef9e0 + 4023d7a commit 36edf07
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 36edf07

Please sign in to comment.