run terraform fmt

This commit is contained in:
bdeshi 2024-05-17 23:45:25 +06:00
parent 922443daba
commit d650f553b7
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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" {