sparse-autumn-49748
11/17/2024, 8:38 PMsparse-autumn-49748
11/17/2024, 8:49 PMrestrictions={
"geo_restriction": {
"restriction_type": "whitelist",
"locations": [
"US",
"CA",
"GB",
"DE",
],
},
},
it fails with
pulumi:pulumi:Stack (dev):
error: update failed
aws:cloudfront:Distribution (dev-dist-stg):
error: sdk-v2/provider2.go:520: sdk.helper_schema: updating CloudFront Distribution (E1QPMEPKHHUCF5): operation error CloudFront: UpdateDistribution, https response error StatusCode: 400, RequestID: b137b9cd-244d-436c-ae1b-04dacee9d0c3, IllegalUpdate: You cannot update Origin or CallerReference.: provider=aws@6.56.1
error: 1 error occurred:
* updating CloudFront Distribution (BLAH): operation error CloudFront: UpdateDistribution, https response error StatusCode: 400, RequestID: b137b9cd-244d-436c-ae1b-04dacee9d0c3, IllegalUpdate: You cannot update Origin or CallerReference.
If I comment out the staging dist and deployment policy code, pulumi up says
error: deleting CloudFront Continuous Deployment Policy (0b015db6-ba15-4087-8d2b-28ca60653981): operation error CloudFront: DeleteContinuousDeploymentPolicy, https response error StatusCode: 409, RequestID: 9046f0fb-f47a-4ffe-82d4-2b637109f683, ContinuousDeploymentPolicyInUse: The specified continuous deployment policy is currently associated with a distribution.
If I set the
continuous_deployment_policy_id=None,
in the primary distribution , nothing happens , Pulumi doesn't flag an update.
Help please? Thanks!No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by