Skip to content

Commit 62f8905

Browse files
Secret Manager Topics (#7160) (#5149)
fixes hashicorp/terraform-provider-google#11413 Signed-off-by: Modular Magician <[email protected]>
1 parent 1525ba5 commit 62f8905

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/7160.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
secretmanager: fixed incorrect required_with for topics in `google_secret_managed_secret`
3+
```

google-beta/resource_secret_manager_secret.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ For publication to succeed, the Secret Manager Service Agent service account mus
176176
},
177177
},
178178
},
179-
RequiredWith: []string{"rotation"},
180179
},
181180
"ttl": {
182181
Type: schema.TypeString,

0 commit comments

Comments
 (0)