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

Adapt scripts to avoid fields removed in provider v4.0.0 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elefeint
Copy link

@elefeint elefeint commented Oct 5, 2022

GCP terraform provide v4.0.0 removed several previously deprecated fields:

  • google_container_cluster.workload_metadata_config.mode is the new field instead of the removed google_container_cluster.workload_metadata_config.node_metadata=SECURE.
  • google_container_cluster.master_auth: username/password unexpected. These were deprecated in GKE and removed in provider v4.0.0.

Certificate provider also switched easily inferred fields to readonly:

  • tls_self_signed_cert.key_algorithm
  • tls_locally_signed_cert.ca_key_algorithm

Fixes #101.

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.

terraform plan issue on recently clone repo
1 participant