Skip to content

Commit

Permalink
sample: clean unnecessary var region and password for example (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 22, 2021
1 parent 69c9ca7 commit 921f6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ usage: |-
providers = {
aws = aws
template = template
local = local
}
public_key = local.auth_public_key
private_key = local.auth_private_key
region = var.aws_region
admin_user = "slovacus"
admin_password = "password-sensible"
}
```
Expand Down

0 comments on commit 921f6cd

Please sign in to comment.