Skip to content

Commit

Permalink
Merge pull request #5 from clouddrove/0.14
Browse files Browse the repository at this point in the history
fix the attributes
  • Loading branch information
anmolnagpal authored Jan 16, 2021
2 parents f4d033a + 587faf4 commit 3d7e94c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ locals {
id_context = {
name = var.name
environment = var.environment
repository = var.repository
attributes = var.attributes
}

# run loop for label order and set in value.
Expand All @@ -29,7 +27,6 @@ locals {
"Name" = local.id
"Environment" = local.environment
"ManagedBy" = local.managedby
"Attributes" = local.attributes
"Repository" = local.repository
},
var.tags
Expand Down

0 comments on commit 3d7e94c

Please sign in to comment.