-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Auth module crash with 4.49 google provider #1533
Comments
This seems to be due to this change since config connector is now GA: hashicorp/terraform-provider-google#13380 |
Same issue here! |
Facing same issue, I have to lock the google provider to not use 4.49:
|
This appears to be the upstream issue: hashicorp/terraform-provider-google#13507 |
Version |
Upstream PR to watch -> GoogleCloudPlatform/magic-modules#7162 |
TL;DR
When use_private_endpoint is set to true, auth module will fail to plan.
Expected behavior
use_private_endpoint to work.
Observed behavior
On a terraform plan:
Terraform Configuration
Terraform Version
https://github.com/hashicorp/terraform-provider-google/releases/tag/v4.49.0
Additional information
Looks like the GA provider just released a new datasource.
The text was updated successfully, but these errors were encountered: