-
Notifications
You must be signed in to change notification settings - Fork 910
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
Move net-dedicated-vlan-attachment module to net-vlan-attachment and … #1420
Merged
apichick
merged 2 commits into
GoogleCloudPlatform:master
from
apichick:net-vlan-attachment
Jun 13, 2023
Merged
Move net-dedicated-vlan-attachment module to net-vlan-attachment and … #1420
apichick
merged 2 commits into
GoogleCloudPlatform:master
from
apichick:net-vlan-attachment
Jun 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apichick
force-pushed
the
net-vlan-attachment
branch
4 times, most recently
from
June 5, 2023 15:56
e2ce302
to
441bbfa
Compare
wiktorn
reviewed
Jun 5, 2023
Two general comments:
Besides that, good job! |
apichick
force-pushed
the
net-vlan-attachment
branch
6 times, most recently
from
June 7, 2023 08:16
5de078f
to
6457ca1
Compare
wiktorn
reviewed
Jun 7, 2023
wiktorn
reviewed
Jun 7, 2023
I just tested. After creating the attachment it looks as follows: $ terraform state show 'module.example-va.google_compute_interconnect_attachment.default'
# module.example-va.google_compute_interconnect_attachment.default:
resource "google_compute_interconnect_attachment" "default" {
admin_enabled = true
creation_timestamp = "2023-06-07T05:34:31.372-07:00"
description = "Example vlan attachment"
edge_availability_domain = "AVAILABILITY_DOMAIN_ANY"
encryption = "NONE"
id = "projects/***/regions/europe-west1/interconnectAttachments/vlan-attachment"
ipsec_internal_addresses = []
mtu = "1500"
name = "vlan-attachment"
pairing_key = "***/europe-west1/any"
private_interconnect_info = []
project = "***"
region = "https://www.googleapis.com/compute/v1/projects/***/regions/europe-west1"
router = "https://www.googleapis.com/compute/v1/projects/***/regions/europe-west1/routers/interconnect-router"
self_link = "https://www.googleapis.com/compute/v1/projects/***/regions/europe-west1/interconnectAttachments/vlan-attachment"
state = "PENDING_PARTNER"
type = "PARTNER"
vlan_tag8021q = 0
} Looks like perfectly usable for use as reference in other resources and the blueprint should be fine.
Agreed. Though I think we can test quite a lot even without having access to test partner interconnect to iron this out. |
apichick
force-pushed
the
net-vlan-attachment
branch
from
June 8, 2023 05:33
6457ca1
to
154ddb1
Compare
…added support for Partner interconnect
apichick
force-pushed
the
net-vlan-attachment
branch
from
June 12, 2023 12:21
6f975d2
to
500179f
Compare
wiktorn
approved these changes
Jun 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…added support for Partner interconnect