Category: Security, github

Terraform’s behavior with most resources and calls works well in this way, but interestingly, AWS EC2 is not in that list. There is a significant bug with how Terraform (and the AWS API) handles building ec2 modules.

The only real way to avoid this is to use separate resources to build additional EBS volumes and then attach them.

First, remove the resource from terraform management: Now the resource isn’t managed at all by terraform.

Follow the writers, publications, and topics that matter to you, and you’ll see them on your homepage and in your inbox.Explore

Related Articles