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 support for the 'description' field for the aws_security_group_rule resource #1780

Closed
hashibot opened this issue Sep 29, 2017 · 3 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope.

Comments

@hashibot
Copy link

This issue was originally opened by @timothykimball as hashicorp/terraform#16202. It was migrated here as a result of the provider split. The original body of the issue is below.


Hi there,

It would be great to programmatically specify a description for security group rules we create. This will help someone independently auditing understanding why a rule is where it is.

I believe the CLI supports

aws ec2 authorize-security-group-ingress --group-id sg-123abc12 --ip-permissions '[{"IpProtocol": "tcp", "FromPort": 3389, "ToPort": 3389, "IpRanges": [{"CidrIp": "203.0.113.0/24", "Description": "RDP access from NY office"}]}]'

(taken from AWS Documentation: http://docs.aws.amazon.com/cli/latest/reference/ec2/authorize-security-group-ingress.html)

@hashibot hashibot added the enhancement Requests to existing resources that expand the functionality or scope. label Sep 29, 2017
@ewbankkit
Copy link
Contributor

Being addressed in #1587.

@Ninir
Copy link
Contributor

Ninir commented Oct 10, 2017

Hi folks,

The related work being just merged, i'm going to close this issue!

@Ninir Ninir closed this as completed Oct 10, 2017
@ghost
Copy link

ghost commented Apr 10, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Projects
None yet
Development

No branches or pull requests

3 participants