bugfix: Fix Apigee organization properties assignments (#3817)
This commit is contained in:
committed by
GitHub
parent
44d00ed670
commit
ce1d0a6d2a
@@ -38,8 +38,8 @@ resource "google_apigee_organization" "organization" {
|
||||
dynamic "property" {
|
||||
for_each = var.organization.properties
|
||||
content {
|
||||
name = properties.key
|
||||
value = properties.value
|
||||
name = property.key
|
||||
value = property.value
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user