-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cascade-replace resources when provider region changes (#3497)
Fixes scenario described in pulumi/pulumi-terraform-bridge#244 (comment) It is now possible to change region at the provider level, in which case Pulumi will replace all resources provisioned against that provider in the new region. Unlike Pulumi, TF proper does not work in this case and changing a region causes authentication failures.
- Loading branch information
Showing
53 changed files
with
2,046 additions
and
3,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
161 changes: 31 additions & 130 deletions
161
...der/testdata/recorded/TestProviderUpgrade/apigateway-integrationresponse/5.42.0/grpc.json
Large diffs are not rendered by default.
Oops, something went wrong.
161 changes: 85 additions & 76 deletions
161
...er/testdata/recorded/TestProviderUpgrade/apigateway-integrationresponse/5.42.0/stack.json
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
145 changes: 28 additions & 117 deletions
145
provider/testdata/recorded/TestProviderUpgrade/apigateway-methodreponse/5.42.0/grpc.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.