Updated backend config
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user