Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kubalaguna committed Mar 1, 2023
1 parent c5757d7 commit 0c9c73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ resource "google_compute_instance_template" "foobar" {
scheduling {
preemptible = false
automatic_restart = true
maintenance_interval = "PERIODIC"
maintenance_interval = "PERIODIC"
}

metadata = {
Expand Down

0 comments on commit 0c9c73c

Please sign in to comment.