Skip to content

Commit 81a4618

Browse files
apihub: fix permadiff on supported_auth_types (#15141) (#10758)
[upstream:42741328cada394e2a188bd2e42f1b30150f4632] Signed-off-by: Modular Magician <[email protected]>
1 parent 9b2055d commit 81a4618

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/15141.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
apihub: fixed permadiff on `config_template` in `google_apihub_plugin` resource
3+
```

google-beta/services/apihub/resource_apihub_plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ NON_API_HUB_MANAGED`,
125125
},
126126
"config_template": {
127127
Type: schema.TypeList,
128+
Computed: true,
128129
Optional: true,
129130
ForceNew: true,
130131
Description: `ConfigTemplate represents the configuration template for a plugin.`,

0 commit comments

Comments
 (0)