run terraform fmt
This commit is contained in:
parent
922443daba
commit
d650f553b7
@ -1,3 +1,4 @@
|
||||
org_name = "bdeshi.space"
|
||||
aws_region = "us-east-1"
|
||||
#vim:ft=hcl
|
||||
org_name = "bdeshi.space"
|
||||
aws_region = "us-east-1"
|
||||
git_project = "git@git.bdeshi.space:bdeshi/terraform-aws-pre-base.git"
|
||||
|
@ -17,7 +17,7 @@ variable "aws_region" {
|
||||
variable "iac_username" {
|
||||
type = string
|
||||
description = "IAM user to create with admin access; for use by subsequent IaC projects"
|
||||
default = "iac"
|
||||
default = "iac"
|
||||
}
|
||||
|
||||
variable "kms_alias" {
|
||||
|
Loading…
Reference in New Issue
Block a user