Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two iam_instance_profile attributes on aws_launch_configuration #15

Open
ozooxo opened this issue May 9, 2019 · 0 comments
Open

Two iam_instance_profile attributes on aws_launch_configuration #15

ozooxo opened this issue May 9, 2019 · 0 comments

Comments

@ozooxo
Copy link

ozooxo commented May 9, 2019

Right now in resource aws_launch_configuration, you have two different definitions of iam_instance_profile attribute.

iam_instance_profile = "${aws_iam_instance_profile.ecs.id}"

iam_instance_profile = "${aws_iam_instance_profile.ecs.name}"

You should remove one and leave the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant