Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Fix Google Provider 4.0.0 Breaking Changes #133

Closed
brianpham opened this issue Nov 10, 2021 · 3 comments
Closed

Fix Google Provider 4.0.0 Breaking Changes #133

brianpham opened this issue Nov 10, 2021 · 3 comments

Comments

@brianpham
Copy link

I am seeing the following error when upgrading google-provider to 4.0.0. Looks like there are some breaking changes in this release as noted in https://github.com/hashicorp/terraform-provider-google/releases

│ Error: Insufficient client_certificate_config blocks
│ 
│   on .terraform/modules/gke_cluster/modules/gke-cluster/main.tf line 107, in resource "google_container_cluster" "cluster":
│  107:   master_auth {
│ 
│ At least 1 "client_certificate_config" blocks are required.
╷
│ Error: Unsupported argument
│ 
│   on .terraform/modules/gke_cluster/modules/gke-cluster/main.tf line 108, in resource "google_container_cluster" "cluster":
│  108:     username = var.basic_auth_username
│ 
│ An argument named "username" is not expected here.
╵
╷
│ Error: Unsupported argument
│ 
│   on .terraform/modules/gke_cluster/modules/gke-cluster/main.tf line 109, in resource "google_container_cluster" "cluster":
│  109:     password = var.basic_auth_password
│ 
│ An argument named "password" is not expected here.
@brianpham
Copy link
Author

Attempt to fix with #134

@Etiene
Copy link
Contributor

Etiene commented Jan 23, 2022

Apologies for the delay in responding to this issue. Please see below:

Sunset notice

We believe there is an opportunity to create a truly outstanding developer experience for deploying to the cloud, however developing this vision requires that we temporarily limit our focus to just one cloud. Gruntwork has hundreds of customers currently using AWS, so we have temporarily suspended our maintenance efforts on this repo. Once we have implemented and validated our vision for the developer experience on the cloud, we look forward to picking this up. In the meantime, you are welcome to use this code in accordance with the open source license, however we will not be responding to GitHub Issues or Pull Requests.

If you wish to be the maintainer for this project, we are open to considering that. Please contact us at [email protected].

@eak12913
Copy link
Contributor

Closing due to repo sunset

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants