Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhekoff committed Oct 9, 2024
1 parent bdf323c commit c1e07a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "google_compute_instance" "graphdb" {

# Enable VTPM module
shielded_instance_config {
enable_secure_boot = true
enable_secure_boot = true
enable_vtpm = true
enable_integrity_monitoring = true
}
Expand Down

0 comments on commit c1e07a1

Please sign in to comment.