Skip to content

Commit 490b306

Browse files
modular-magicianEdward Sun
and
Edward Sun
authored
forceNew on issuer (#6245) (#12073)
Co-authored-by: Edward Sun <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent 84d1902 commit 490b306

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/6245.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
gkehub: fixed `issuer` can't be updated on `google_gke_hub_membership`
3+
```

google/resource_gke_hub_membership.go

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity`,
7070
"issuer": {
7171
Type: schema.TypeString,
7272
Required: true,
73+
ForceNew: true,
7374
Description: `A JSON Web Token (JWT) issuer URI. 'issuer' must start with 'https://' and // be a valid
7475
with length <2000 characters. For example: 'https://container.googleapis.com/v1/projects/my-project/locations/us-west1/clusters/my-cluster' (must be 'locations' rather than 'zones'). If the cluster is provisioned with Terraform, this is '"https://container.googleapis.com/v1/${google_container_cluster.my-cluster.id}"'.`,
7576
},

0 commit comments

Comments
 (0)