Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mc-parameterized' into mc-parame…
Browse files Browse the repository at this point in the history
…terized
  • Loading branch information
nehalk-tf committed Oct 24, 2024
2 parents bef8627 + 620961b commit c4e2b4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ resource "google_org_policy_policy" "primary" {
rules {
enforce = "TRUE"
parameters {
"isSizeLimitCheck" : True,
"allowedDiskTypes" : ["pd-ssd"]
"isSizeLimitCheck" = True,
"allowedDiskTypes" = ["pd-ssd"]
}
}
}
Expand Down

0 comments on commit c4e2b4e

Please sign in to comment.