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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
```