Skip to content

Commit e0a7a62

Browse files
modular-magicianHamza Hassan
and
Hamza Hassan
authored
Make the location field immutable (#8570) (#15432)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Hamza Hassan <[email protected]>
1 parent c9c4b3e commit e0a7a62

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/8570.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
certificatemanager: made terraform re-create the resource when its location changes
3+
```

google/services/certificatemanager/resource_certificate_manager_certificate.go

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ and all following characters must be a dash, underscore, letter or digit.`,
8888
"location": {
8989
Type: schema.TypeString,
9090
Optional: true,
91+
ForceNew: true,
9192
Description: `The Certificate Manager location. If not specified, "global" is used.`,
9293
Default: "global",
9394
},

0 commit comments

Comments
 (0)