Skip to content

Commit 30dcbef

Browse files
committed
module source
1 parent 18229f2 commit 30dcbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Deploy SCPs, RCPs, and other organizational policies with Terraform.
66
SCP example:
77
```hcl
88
module "scps" {
9-
source = "github.com/jakebark/aws-organization-policies-with-terraform"
9+
source = "github.com/aws-samples/terraform-aws-organization-policies"
1010
policy_type = "SERVICE_CONTROL_POLICY"
1111
ou_map = {
1212
"r-1xyz" = ["root", "allow_services"] #root
@@ -18,7 +18,7 @@ module "scps" {
1818
RCP example:
1919
```hcl
2020
module "rcps" {
21-
source = "github.com/jakebark/aws-organization-policies-with-terraform"
21+
source = "github.com/aws-samples/terraform-aws-organization-policies"
2222
policy_type = "RESOURCE_CONTROL_POLICY"
2323
ou_map = {
2424
"r-1xyz" = ["root"] #root

0 commit comments

Comments
 (0)