Skip to content

Commit

Permalink
Update conditional example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard authored Mar 1, 2021
1 parent e3de2c5 commit a177b33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ module "aws_cognito_user_pool_conditional_creation" {
user_pool_name = "conditional_user_pool"
enabled = false
tags = {
Owner = "infra"
Environment = "production"
Terraform = true
}
}
```
Expand Down

0 comments on commit a177b33

Please sign in to comment.