Skip to content

Conversation

@pierretr
Copy link
Contributor

The commit 2094dfc introduced a backward incompatible change as VPC endpoints names cannot be changed easily when redeploying a stack. Redeployment failed with the following kind of errors:

"private-dns-enabled cannot be set because there is already a conflicting DNS domain for email-smtp.eu-west-1.amazonaws.com"

This change reverts default VPC endpoint names and add an option to prefix them by the name of the VPC.

@pierretr pierretr requested a review from enzbang October 19, 2023 08:17
@pierretr pierretr changed the title Fix backward incompatible change of VPC endpoints names Fix backward incompatible change of VPC endpoint names Oct 19, 2023
The commit 2094dfc introduced a
backward incompatible change as VPC endpoints names cannot be changed
easily when redeploying a stack. Redeployment failed with the
following kind of errors:

"private-dns-enabled cannot be set because there is already a
conflicting DNS domain for email-smtp.eu-west-1.amazonaws.com"

This change reverts default VPC endpoint names and add an option to
prefix them by the name of the VPC.
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (90d1bac) 83.70% compared to head (12a4d8b) 83.72%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
+ Coverage   83.70%   83.72%   +0.02%     
==========================================
  Files          47       47              
  Lines        3841     3847       +6     
==========================================
+ Hits         3215     3221       +6     
  Misses        626      626              
Files Coverage Δ
src/e3/aws/troposphere/ec2/__init__.py 95.18% <100.00%> (+0.10%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pierretr pierretr merged commit 7f43e23 into AdaCore:master Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants