-
Getting the following error (guessing a malformed response) on a module that had been previously working (at least with the regular terraform registry, and, I think, with the opentofu one as well): module "gke" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
version = "29.0.0"
[...]
} trimmed debug output and error:
|
Beta Was this translation helpful? Give feedback.
Answered by
wyardley
Nov 30, 2023
Replies: 1 comment
-
note: updating to the latest beta version of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wyardley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
note: updating to the latest beta version of
opentofu
seems to fix this.