Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect subnet_id output expression
This was always producing an error, but prior to Terraform 0.11 these errors were suppressed and shown only in the logs. Now that Terraform 0.11 shows errors in outputs, they must all be valid in order to use this module.
- Loading branch information
0f3d09c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@apparentlymart - could the issue w/ subnet_id you fixed here and TF 0.11 be the reason I see this now with this module?:
cc @antonbabenko
0f3d09c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/releases/tag/v1.0.4 Opened an issue #8 to track this problem.