Update README.md

This commit is contained in:
Ludovico Magnocavallo
2022-02-13 16:14:24 +01:00
committed by GitHub
parent 4473ddb3e2
commit 91d7501099

View File

@@ -15,7 +15,7 @@ By default, the module is configured to use an existing policy, passed in by nam
```hcl
module "test" {
source = "./modules/vpc-sc"
access_policy = "accessPolicies/12345678"
access_policy = "12345678"
}
# tftest modules=0 resources=0
```