Updated backend config

This commit is contained in:
Umang Mistry
2024-05-30 16:11:17 -05:00
parent 0c7faa8900
commit 110cff1626
2 changed files with 2 additions and 4 deletions
@@ -8,9 +8,7 @@ terraform {
}
provider "aws" {
profile = var.aws_profile
region = var.aws_region
# default_tags {
# tags = {
# Terraform = "true"
@@ -1,7 +1,7 @@
# required
# variable "aws_profile" {
# type = string
# # default = "doczy_uat"
# # default = "temp_cred"
# }
# required
variable "aws_region" {
@@ -16,7 +16,7 @@ variable "project_name" {
# required
variable "environment" {
type = string
default = "uat"
# default = "uat"
}
# required
variable "client_name" {