You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== RUN TestAccAccessApprovalSettings/organization
resource_access_approval_organization_settings_test.go:46: Step 5/6 error: After applying this test step and performing a `terraform refresh`, the plan was not empty.
stdout
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# google_organization_access_approval_settings.organization_access_approval will be updated in-place
~ resource "google_organization_access_approval_settings" "organization_access_approval" {
id = "organizations/529579013760/accessApprovalSettings"
name = "organizations/529579013760/accessApprovalSettings"
# (6 unchanged attributes hidden)
- enrolled_services {
- cloud_product = "App Engine" -> null
- enrollment_level = "BLOCK_ALL" -> null
}
- enrolled_services {
- cloud_product = "Cloud Dataflow" -> null
- enrollment_level = "BLOCK_ALL" -> null
}
+ enrolled_services {
+ cloud_product = "all"
+ enrollment_level = "BLOCK_ALL"
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
Impacted tests
Affected Resource(s)
Failure rates
Message(s)
Nightly build test history
b/390705941
The text was updated successfully, but these errors were encountered: