Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 8, 2023
1 parent 287e251 commit 3d8e049
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform-organization-info-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ locals {

base_tags = {
"boc:tf_module_version" = local._module_version
"boc:tf_module_name" = lookup(local._module_names, local._module_name, local._module_names["_main_"])
"boc:created_by" = "terraform"
# "boc:tf_module_name" = lookup(local._module_names, local._module_name, local._module_names["_main_"])
"boc:tf_module_name" = local._module_name
"boc:created_by" = "terraform"
}

role_name = format("%v%v", lookup(local._prefixes, "role", ""), var.role_name)
Expand Down

0 comments on commit 3d8e049

Please sign in to comment.