Skip to content

Commit

Permalink
udpate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo committed Jul 26, 2024
1 parent 7823855 commit 48c7e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/config/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ locals {
context_tags = merge({
for k, v in module.this.tags :
lower(k) => v
},
},
{
"platform" : try(module.this.attributes[0], "none"),
})
})
}


Expand Down

0 comments on commit 48c7e72

Please sign in to comment.