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

@@ -13,8 +13,8 @@ tags = {
baz = {
id = "tagKeys/1234567890"
values = {
one = null
two = null
one = {}
two = {}
}
}
foobar = {
@@ -25,7 +25,7 @@ tags = {
]
}
values = {
one = null
one = {}
two = {
description = "Foobar 2."
iam = {