removed variable from other backend resources
This commit is contained in:
@@ -21,7 +21,6 @@ provider "aws" {
|
||||
secret_key = var.secret_key
|
||||
token = var.token
|
||||
|
||||
profile = var.aws_profile
|
||||
|
||||
default_tags {
|
||||
tags = {
|
||||
|
||||
@@ -72,3 +72,4 @@ variable "access_key" {
|
||||
variable "token" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user