aws_launch_template tag_specifications missing network-interface resource_type #17467
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform Version 0.13.5
Providers:
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Error: expected tag_specifications.4.resource_type to be one of [instance volume spot-instances-request elastic-gpu], got network-interface
on /Users/dobower/Developer/ent-devops-tf/tf-paas-source/paas/launchTemplate/main.tf line 1, in resource "aws_launch_template" "thisLT":
1: resource "aws_launch_template" "thisLT" {
Panic Output
Expected Behavior
Create propagated tags for network interfaces
Actual Behavior
failed
Steps to Reproduce
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: