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

Add security group ARN attribute to the module output #247

Closed
harloprillar opened this issue Aug 4, 2022 · 3 comments · Fixed by #249
Closed

Add security group ARN attribute to the module output #247

harloprillar opened this issue Aug 4, 2022 · 3 comments · Fixed by #249

Comments

@harloprillar
Copy link

ARN attribute of the security group created by this module not available, whereas it exists in official AWS provider
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group#arn

@dhoppe
Copy link
Contributor

dhoppe commented Aug 6, 2022

The additional output arn is available since version 3.29.0 of the Terraform AWS provider.
hashicorp/terraform-provider-aws#13944 (comment)

This means the version constraint needs to be modified and since this is an backwards incompatible change, a new release is necessary.

All the examples need to be modified as well.
#230

@antonbabenko
Copy link
Member

This issue has been resolved in version 4.10.0 🎉

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants