aws_launch_template: ipv4_address_count cannot be set #5851
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Terraform Version
Terraform v0.11.8
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
ipv4_address_count should be able to set
I believe this is due to the field being marked
computed
. After removing that line it seems to be working just fine.Actual Behavior
Error: aws_launch_template.name: "network_interfaces.0.ipv4_address_count": this field cannot be set
References
The text was updated successfully, but these errors were encountered: