We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a016f commit 3f51d34Copy full SHA for 3f51d34
internal/service/organizations/organization_test.go
@@ -460,7 +460,7 @@ func testAccOrganizationConfig_enabledPolicyTypeWithServiceAccessPrincipals(poli
460
return fmt.Sprintf(`
461
resource "aws_organizations_organization" "test" {
462
aws_service_access_principals = [%[2]q]
463
- enabled_policy_types = [%[1]q]
+ enabled_policy_types = [%[1]q]
464
}
465
`, policyType1, serviceAccessPrincipals)
466
0 commit comments