GCP network peering #1495
Unanswered
davidgriswold
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am fairly new to terraform in general, so if I am not aware of something I should be, please excuse the ignorance.
I have existing terraform that will build the desired networks, firewall rules and VPC peering, but unfortunately all of this work was completed by another team member, using the console. Now I need to import it so we have valid tfstate files for our CI/CD process.
What I can't seem to figure out how to do with terraformer is how to import the VPC peering. I can see that it will import the learned routes from that peering, but it does not generate any .tf files that contain the peering resources.
Beta Was this translation helpful? Give feedback.
All reactions