We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a693e81 commit 17888fbCopy full SHA for 17888fb
mmv1/third_party/terraform/services/iam3/resource_iam3_principal_access_boundary_policy_test.go
@@ -64,15 +64,15 @@ resource "google_project" "project" {
64
}
65
66
resource "google_iam3_principal_access_boundary_policy" "my-pab-policy" {
67
- organization = "${org_id}"
+ organization = "%{org_id}"
68
location = "global"
69
display_name = "test pab policy%{random_suffix}"
70
principal_access_boundary_policy_id = "test-pab-policy%{random_suffix}"
71
details {
72
rules {
73
description = "PAB rule%{random_suffix}"
74
- effect = allow
75
- resources = [//cloudresourcemanager.googleapis.com/projects/${google_project.project.project_id}"]
+ effect = "ALLOW"
+ resources = ["//cloudresourcemanager.googleapis.com/projects/${google_project.project.project_id}"]
76
77
enforcement_version = "1"
78
0 commit comments