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