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

Allow vpc_peering_connection #963

Merged
merged 3 commits into from
Feb 18, 2015
Merged

Allow vpc_peering_connection #963

merged 3 commits into from
Feb 18, 2015

Conversation

julienba
Copy link
Contributor

It's my first time writing go, so be careful.

At the moment, you need to create the peering connection with ami-cli or aws-console.
For a better integration it is required to improve https://github.com/mitchellh/goamz for creating the peering connection and link it into terraform

@julienba
Copy link
Contributor Author

Link to mitchellh/goamz#220

@julienba julienba changed the title [wip] allow vpc_peering_connection_id in aws_route_table Allow vpc_peering_connection Feb 16, 2015
@mitchellh
Copy link
Contributor

This looks good! I noticed it doesn't support update. Is this true of the AWS resource? If so, you should set the RequiresNew: true parameter on all elements of the schema (except tags). You'll need an update to update the tags as well. Look at other resources for guidance!

@julienba
Copy link
Contributor Author

You're right that I missed the update part and yes it's possible to update the tags.
I just add it

@mitchellh
Copy link
Contributor

This looks really good!

mitchellh added a commit that referenced this pull request Feb 18, 2015
providers/aws: vpc_peering_connection
@mitchellh mitchellh merged commit 44c4599 into hashicorp:master Feb 18, 2015
@piavlo
Copy link

piavlo commented Mar 1, 2015

Btw why not to automatically accept the peering connection in case the peer and peering vpcs are managed by same aws account?

@julienba
Copy link
Contributor Author

julienba commented Mar 1, 2015

That should be possible. I will try to look at it it next week

@julienba
Copy link
Contributor Author

julienba commented Mar 9, 2015

@piavlo I've made a new PR with #1161

@ghost
Copy link

ghost commented May 4, 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 May 4, 2020
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 this pull request may close these issues.

3 participants