run terraform fmt

This commit is contained in:
sid palas
2021-05-27 14:39:53 -07:00
parent 6d7faf2664
commit 44ad33037d
8 changed files with 50 additions and 50 deletions

View File

@@ -1,3 +1,3 @@
instance_name = "hello-world"
ami = "ami-011899242bb902164" # Ubuntu 20.04 LTS // us-east-1
ami = "ami-011899242bb902164" # Ubuntu 20.04 LTS // us-east-1
instance_type = "t2.micro"

View File

@@ -1,5 +1,5 @@
bucket_name = "devops-directive-web-app-data"
domain = "mysuperawesomesite.com"
db_name = "mydb"
db_user = "foo"
domain = "mysuperawesomesite.com"
db_name = "mydb"
db_user = "foo"
# db_pass = "foobarbaz"