Merge branch 'master' into feature/apigee-org-billingtype

This commit is contained in:
Daniel Strebel 2022-03-31 11:49:01 +02:00 committed by GitHub
commit 7fdea13321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
output "tags" {
description = "Policy Tags."
value = { for k, v in google_data_catalog_policy_tag.default : v.id => v.name }
value = { for k, v in google_data_catalog_policy_tag.default : k => v.id }
}
output "taxonomy_id" {