Changing volume_size
on root_block_device
does not trigger a new aws_launch_configuration
.
#14650
Labels
volume_size
on root_block_device
does not trigger a new aws_launch_configuration
.
#14650
Terraform Version
Terraform v0.9.5
Affected Resource(s)
aws_launch_configuration
Terraform Configuration Files
Output of
terraform state show module.kafka_platform.aws_launch_configuration.kafka
:Expected Behavior
A new
aws_launch_configuration
resource is created.Actual Behavior
Terraform outputs
No changes. Infrastructure is up-to-date.
.Steps to Reproduce
root_block_device
section.terraform apply
to create it.volume_size
.terraform apply
to (attempt to) update the launch configuration.Important Factoids
I initially set the size from a variable passed into the module. I discovered this problem after changing that variable rather than directly setting the
volume_size
. However, I set it directly to ensure that no mistakes were being made when setting one of the intermediate variables. The above output is a result of that test.The text was updated successfully, but these errors were encountered: