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

Marked customer_name field as optional for interconnect resource #8279

Conversation

modular-magician
Copy link
Collaborator

compute: marked `customer_name` and `location` fields as optional in `google_compute_interconnect` resource to support cross cloud interconnect

Bug Fix: hashicorp/terraform-provider-google#18264
The proto which defines the interconnect resource has customer_name field as an optional, so we should be providing this same parity between the terraform and the provided api. For Cross cloud interconnect, We should not be providing customer_name, else error is being thrown.

Derived from GoogleCloudPlatform/magic-modules#11640

…640)

[upstream:897375a351fcdea461ef1b8206c4bfc72d1223d7]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit 305a621 into hashicorp:main Sep 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

customer_name should not required when creating Cross Cloud Interconnect (CCI).
1 participant