We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dcbef commit 8884210Copy full SHA for 8884210
README.md
@@ -21,7 +21,7 @@ module "rcps" {
21
source = "github.com/aws-samples/terraform-aws-organization-policies"
22
policy_type = "RESOURCE_CONTROL_POLICY"
23
ou_map = {
24
- "r-1xyz" = ["root"] #root
+ "r-1xyz" = ["root"] #root
25
}
26
27
```
0 commit comments