-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[data source] implementation google_compute_backend_bucket #5690
[data source] implementation google_compute_backend_bucket #5690
Comments
Hi, I'll propose a PR. EDIT: |
Hey @bdronneau! We've reserved backports for bugfixes in exceptional circumstances, generally when existing resources break due to changes in the underlying API soon after a major provider release. We use them to make sure that users aren't forced to perform a (possibly risky) migration so that their configs continue working. I don't think that's something we'd do for a new datasource, unfortunately. If you'd like, you can run your amended I'm going to close out #5699, and I'll get to #5700 sometime today. |
Hi @rileykarson , Thank for answer. Missing alias and version does not work from my testing in terraform. I already encountered this use case when playing with module In provider "google" {
version = "~> 3.0"
region = "europe-west2"
}
provider "google" {
version = "~> 2.0"
alias = "west"
region = "europe-west1"
} Output: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
No provider "google" plugins meet the constraint "~> 2.0,~> 3.0".
The version constraint is derived from the "version" argument within the
provider "google" block in configuration. Child modules may also apply
provider version constraints. To view the provider versions requested by each
module in the current configuration, run "terraform providers".
To proceed, the version constraints for this provider must be relaxed by
either adjusting or removing the "version" argument in the provider blocks
throughout the configuration.
Error: no suitable version is available Too bad for the backport, I'll make a less automate version of our IAC and improve it when we bump in 3.x. |
Huh! I'd assumed it worked, but looks like it's intentional that it doesn't. If you're not already using |
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 👉 [email protected]. Thanks! |
Community Note
Terraform Version
Terraform v0.12.20
Description
Hi,
I have shared backend bucket between my loadbalancers.
Like backend service, I would like to know if there is any plan to implement
google_compute_backend_bucket
?Best
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: