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

AWS - Allow enabling ClassicLink on VPN creation. #3971

Closed
wants to merge 3 commits into from
Closed

AWS - Allow enabling ClassicLink on VPN creation. #3971

wants to merge 3 commits into from

Conversation

robwar
Copy link

@robwar robwar commented Nov 18, 2015

The AWS GO SDK allows this now, so I've updated Terraform accordingly.

Solves this issue: #2985

@catsby
Copy link
Contributor

catsby commented Jan 12, 2016

Hey @robwar sorry for the silence here. I've reviewed this and think we need some things:

  • Rename the attribute to enable_classic_link
  • Move the enabling of classic to the update method, and call EnableVpc or DisableVpc according to the value in the configuration
  • In the read method, we'll need to call DescribeVpcClassicLink to check the status of the VPC and if it has Classic enabled
  • Documentation on the new attribute
  • An acceptance test that confirms the value is set correctly

For acceptance tests, you can probably use the TestAccAWSVpc_tags test as an example:

For documentation, look in the website folder in the root of the Terraform project, and the README will help get you started on running the site locally. From there, it's adding documentation in Markdown format

Let us know if you have other questions!

@catsby catsby added the waiting-response An issue/pull request is waiting for a response from the community label Jan 12, 2016
@catsby
Copy link
Contributor

catsby commented Jan 12, 2016

Actually @robwar, it looks like #3994 has all the things I'm looking for, so I'm going to go ahead and merge that. Thanks!

@catsby catsby closed this Jan 12, 2016
@ghost
Copy link

ghost commented Apr 28, 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 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.

@ghost ghost locked and limited conversation to collaborators Apr 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement provider/aws waiting-response An issue/pull request is waiting for a response from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants