-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
feat(aws_instance): conditional IAM instance profile #182
feat(aws_instance): conditional IAM instance profile #182
Conversation
Hi @kevcube , @nitrocode Thank you |
Did you try setting the |
which additional flag do you mean, @nitrocode ? Thanks 🙌 |
@nitrocode |
Thank you, yes that's what I meant for this feature request. @joe-niland , @nitrocode |
/terratest |
Hi @haidargit please have a look at the Terratest failures: https://github.com/cloudposse/actions/actions/runs/7605926145/job/20710921759 |
okay @joe-niland, i am checking on it |
i have committed the changes for applying the consistent types for the true and false result expressions to these two outputs
could you help test again @joe-niland ? |
/terratest |
@haidargit all seems fine. I will just make sure @nitrocode is OK with the PR as well before we proceed. |
I defer to you folks. Thanks for including me. :) |
Cheers @nitrocode! Thanks for your contribution @haidargit ! |
your welcome @joe-niland, @joe-niland 👍🏻 👍🏻 |
what
This PR enables a conditional iam_instance_profile variable for the ec2 module.
why
This feature request offers users the flexibility to decide whether to associate an IAM instance profile with their instances.
references
Kindly review this PR for module improvements. Thank you