Skip to content

Commit 176a023

Browse files
apihub: fix permadiff on supported_auth_types (#15141) (#24429)
[upstream:42741328cada394e2a188bd2e42f1b30150f4632] Signed-off-by: Modular Magician <[email protected]>
1 parent d2614db commit 176a023

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/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)