Update modules/project/README.md

Remove `project_create = false` to all tests to run
This commit is contained in:
Julio Castillo 2020-11-25 14:44:31 +01:00 committed by GitHub
parent e0a45b61c5
commit b2d8052b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ module "project" {
module "project" { module "project" {
source = "./modules/project" source = "./modules/project"
name = "project-example" name = "project-example"
project_create = false
iam_additive = { iam_additive = {
"group:usergroup_watermlon_experimentation@lemonadeinc.io" = [ "group:usergroup_watermlon_experimentation@lemonadeinc.io" = [
@ -53,7 +52,7 @@ module "project" {
], ],
} }
} }
# tftest:skip # tftest:modules=1:resources=7
``` ```
### Organization policies ### Organization policies