You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
If this is a bug report (for when something is there, but doesn't work how it should), please use the bug issue template instead.
If this is an enhancement / feature request (for when something (a resource, field, etc.) is missing, and should be added), please use the enhancement template instead.
If you have a support request or question, please check out the other resources listed here.
If your issue does not fit into one of the above templates, please fill out the following:
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment or link the pull request to this issue.
Terraform Version
terraform {
required_version = ">= 0.13.5"
}
Affected Resource(s)
google_vpc_access_connector
Terraform Configuration Files (if applicable)
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: https://www.hashicorp.com/security# If reproducing the bug involves modifying the config file (e.g., apply a config,# change a value, apply the config again, see the bug) then please include both the# version of the config before the change, and the version of the config after the change.
@lanilim I do see below beta feature available in gcloud that accepts subnet, but we follow the schema published on api. I would suggest to file an enhancement once it is available on its api.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked as resolved and limited conversation to collaborators
Apr 17, 2021
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
If this is a bug report (for when something is there, but doesn't work how it should), please use the bug issue template instead.
If this is an enhancement / feature request (for when something (a resource, field, etc.) is missing, and should be added), please use the enhancement template instead.
If you have a support request or question, please check out the other resources listed here.
If your issue does not fit into one of the above templates, please fill out the following:
Community Note
Terraform Version
terraform {
required_version = ">= 0.13.5"
}
Affected Resource(s)
Terraform Configuration Files (if applicable)
Issue Description
Unable to use subnet variable in resource google_vpc_access_connector
As per https://cloud.google.com/sdk/gcloud/reference/compute/networks/vpc-access/connectors/create subnet can be set instead of network and ip cidr range.
Important Factoids
The subnet feature might still be in beta mode, so unsure if this is expected.
References
The text was updated successfully, but these errors were encountered: