removed variable from other backend resources

This commit is contained in:
Umang Mistry
2024-05-30 17:33:10 -05:00
parent c1d7680456
commit 6f4789c243
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -21,7 +21,6 @@ provider "aws" {
secret_key = var.secret_key
token = var.token
profile = var.aws_profile
default_tags {
tags = {
+1
View File
@@ -72,3 +72,4 @@ variable "access_key" {
variable "token" {
type = string
}