From d650f553b781fcef4cbf931241ff0812c200e57e Mon Sep 17 00:00:00 2001 From: bdeshi Date: Fri, 17 May 2024 23:45:25 +0600 Subject: [PATCH] run terraform fmt --- terraform.tfvars.sample | 5 +++-- terraform.variables.tf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/terraform.tfvars.sample b/terraform.tfvars.sample index 3805d1a..8e2d385 100644 --- a/terraform.tfvars.sample +++ b/terraform.tfvars.sample @@ -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" diff --git a/terraform.variables.tf b/terraform.variables.tf index 76ca559..9ddebf9 100644 --- a/terraform.variables.tf +++ b/terraform.variables.tf @@ -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" {