Skip to content

Commit

Permalink
Fix dnssecConfig filed on google_dns_managed_zone resource (#11632) (#…
Browse files Browse the repository at this point in the history
…8165)

[upstream:8da18a9fad38affd20253023d52272aaac8477cc]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 12, 2024
1 parent ca5e186 commit 39cff5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/11632.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
dns: fixed permadiff on `dnssec_config` field of `google_dns_managed_zone` resource
```
1 change: 1 addition & 0 deletions google-beta/services/dns/resource_dns_managed_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Must be unique within the project.`,
},
"dnssec_config": {
Type: schema.TypeList,
Computed: true,
Optional: true,
Description: `DNSSEC configuration`,
MaxItems: 1,
Expand Down

0 comments on commit 39cff5e

Please sign in to comment.