Simplify organization tags.tf locals (#1932)
* Simplify organization tags.tf locals * Fix boilerplate * Override github provider version for tests
This commit is contained in:
@@ -303,10 +303,9 @@ module "org" {
|
||||
tags = {
|
||||
environment = {
|
||||
description = "Environment specification."
|
||||
iam = null
|
||||
values = {
|
||||
dev = null
|
||||
prod = null
|
||||
dev = {}
|
||||
prod = {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user