Simplify organization tags.tf locals (#1932)

* Simplify organization tags.tf locals

* Fix boilerplate

* Override github provider version for tests
This commit is contained in:
Julio Castillo
2023-12-18 17:09:22 +01:00
committed by GitHub
parent c5da6b99c3
commit b6e0557bbb
9 changed files with 67 additions and 48 deletions

View File

@@ -303,10 +303,9 @@ module "org" {
tags = {
environment = {
description = "Environment specification."
iam = null
values = {
dev = null
prod = null
dev = {}
prod = {}
}
}
}