Skip to content

Commit

Permalink
docs: Change accound to account (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Ouellette authored Oct 12, 2020
1 parent 09a4bff commit d545b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete-mysql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "db" {
allocated_storage = 5
storage_encrypted = false

# kms_key_id = "arm:aws:kms:<region>:<accound id>:key/<kms key id>"
# kms_key_id = "arm:aws:kms:<region>:<account id>:key/<kms key id>"
name = "demodb"
username = "user"
password = "YourPwdShouldBeLongAndSecure!"
Expand Down

0 comments on commit d545b5c

Please sign in to comment.