Commit d545b5c4 authored by Adam Ouellette's avatar Adam Ouellette Committed by GitHub

docs: Change accound to account (#261)

parent 09a4bff1
...@@ -33,7 +33,7 @@ module "db" { ...@@ -33,7 +33,7 @@ module "db" {
allocated_storage = 5 allocated_storage = 5
storage_encrypted = false 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" name = "demodb"
username = "user" username = "user"
password = "YourPwdShouldBeLongAndSecure!" password = "YourPwdShouldBeLongAndSecure!"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment