Description
Using this module while adding and attaching ebs volume resource separately...
I added an aws_ebs_volume, and aws_volume_attachment that works in conjunction with this module. I manage the tags as well on the ebs_volume (separate from the module tags... However, once an EC2 instance is built (with the EBS volumes attached, and tags managed separately) The module tries to update the name of a managed volume (that it doesn't manage
If your request is for a new feature, please use the Feature request
template.
- ✋ I have searched the open/closed issues and my issue is not listed.
⚠️ Note
Before you submit an issue, please perform the following first:
- Remove the local
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
- Re-initialize the project root to pull down modules:
terraform init
- Re-attempt your terraform plan or apply and check if the issue still persists
Versions
-
Module version [Required]: 5.8.0
-
Terraform version:
1.12 -
Provider version(s):
aws 5.94.1
Reproduction Code [Required]
Steps to reproduce the behavior:
Using TF workspace
Expected behavior
It will not update the tags of the EBS volumes
Actual behavior
It's updating the EBS volumes