Skip to content

Commit

Permalink
Make the location field immutable (#8570) (#15432)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
Co-authored-by: Hamza Hassan <[email protected]>
  • Loading branch information
modular-magician and Hamza Hassan authored Aug 8, 2023
1 parent c9c4b3e commit e0a7a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/8570.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
certificatemanager: made terraform re-create the resource when its location changes
```
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ and all following characters must be a dash, underscore, letter or digit.`,
"location": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: `The Certificate Manager location. If not specified, "global" is used.`,
Default: "global",
},
Expand Down

0 comments on commit e0a7a62

Please sign in to comment.