You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing an ebs_block_device attribute on a aws_launch_configuration Terraform will not detect the change needs to be made and the plan stays empty.
Removing the attribute is also not detected as a change.
The change will be applied if:
a change is triggered by an argument of the launch configuration.
When changing parameters of a ebs_block_device or when removing the attribute altogether Terraform should pickup this difference and put it in the plan.
Actual Behavior
Terraform does not pickup this difference, plan stays empty.
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but
will not be persisted to local or remote state storage.
data.terraform_remote_state.infra: Refreshing state...
data.template_file.init: Refreshing state...
aws_iam_instance_profile.server: Refreshing state... (ID: server)
aws_launch_configuration.server: Refreshing state... (ID: server-201610211927381563635933fu)
No changes. Infrastructure is up-to-date. This means that Terraform
could not detect any differences between your configuration and
the real physical resources that exist. As a result, Terraform
doesn't need to do anything.
Steps to Reproduce
create launch configuration with ebs_block_device attribute
plan & apply
change parameters of ebs_block_device attribute
plan
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 19, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When changing an
ebs_block_device
attribute on aaws_launch_configuration
Terraform will not detect the change needs to be made and the plan stays empty.Removing the attribute is also not detected as a change.
The change will be applied if:
Terraform Version
0.7.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When changing parameters of a
ebs_block_device
or when removing the attribute altogether Terraform should pickup this difference and put it in the plan.Actual Behavior
Terraform does not pickup this difference, plan stays empty.
Steps to Reproduce
ebs_block_device
attributeebs_block_device
attributeThe text was updated successfully, but these errors were encountered: