Skip to content

Commit

Permalink
Fix tag values in FAST
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Dec 18, 2023
1 parent 422e613 commit 9c31be0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fast/stages/1-resman/organization.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ module "organization" {
description = "Resource management context."
iam = {}
values = {
data = null
gke = null
networking = null
sandbox = null
security = null
teams = null
tenant = null
data = {}
gke = {}
networking = {}
sandbox = {}
security = {}
teams = {}
tenant = {}
}
}
(var.tag_names.environment) = {
description = "Environment definition."
iam = {}
values = {
development = null
production = null
development = {}
production = {}
}
}
(var.tag_names.tenant) = {
Expand Down

0 comments on commit 9c31be0

Please sign in to comment.