Perma diff in EC2 LaunchConfiguration userData
causes replaces
#4446
Labels
awaiting/bridge
The issue cannot be resolved without action in pulumi-terraform-bridge.
impact/regression
Something that used to work, but is now broken
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
Describe what happened
Since version
v6.51.0
theuserData
property of EC2 Launch Configurations shows a diff on every deployment.The
userData
property is marked asForceNew
, so this causes replacements.This can cause downtime, because this can cascade into ASG instances being replaced.
This does not reproduce under
v6.50.1
of the provider. My suspicion is that this is caused by the rollout ofPlanResourceChange
as there were no changes to theLaunchConfiguration
resource in the last 3 months (see).Sample program
Log output
No response
Affected Resource(s)
aws:ec2:LaunchConfiguration
Output of
pulumi about
n/a
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: