Skip to content

Commit

Permalink
Apply new labels model to more resources (part 1) (#8950) (#534)
Browse files Browse the repository at this point in the history
* Apply new labels model to more resources (part 1)

* Handle labels field inside flatten object

* Fix the tests for datasource

* Fix typo

* Fix typo

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 15, 2023
1 parent 9060f4a commit e107c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions certificate_manager_google_managed_certificate_dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ resource "google_certificate_manager_certificate" "default" {
name = "dns-cert-${local.name_suffix}"
description = "The default cert"
scope = "EDGE_CACHE"
labels = {
env = "test"
}
managed {
domains = [
google_certificate_manager_dns_authorization.instance.domain,
Expand Down

0 comments on commit e107c4d

Please sign in to comment.