Will Yardley
Will Yardley
@witchbutter Have you tried using `repos_ensure => True` instead of calling the apt module directly?
Might make some sense to look at doing this via Magic Modules: https://github.com/GoogleCloudPlatform/magic-modules since a lot of the scaffolding (and information needed) is already there.
@josh-padnick I can take a look at what’s involved.
I think this is already supported (at least by kitchen-terraform), unless I'm misunderstanding the request? https://github.com/newcontext-oss/kitchen-terraform/issues/286 has a bit more detail. for example, we do something like this ```yaml provisioner:...
Basic POC that shows this against current trunk as well. ```ruby title "GKE Nodepool test" gcp_project_id = input("gcp_project_id") gke_cluster = input("gke_cluster") gke_cluster_location = input("gke_cluster_location") gke_nodepool_name = input("gke_nodepool_name") # you add...
Might have been better if #1316 had gone out along with this as another breaking change - it seems to behave similarly
@morgante won't the deprecation warning ``` │ Warning: Deprecated Attribute │ │ with module.gke.google_container_cluster.primary, │ on .terraform/modules/gke/modules/beta-private-cluster/cluster.tf line 227, in resource "google_container_cluster" "primary": │ 227: node_config { │ │ Deprecated...
Also wondering if I may be missing a setting needed for this to not register? Oddly, a plan with the same provider version didn't seem to exhibit this issue a...
> My guess is the API behavior changed. Oh, derp. yeah, I've seen that happen before Filed https://github.com/hashicorp/terraform-provider-google/issues/10300 with some debug output that may help them figure it out
Hrm. I tried pinning one version back and didn’t have any luck, but will try it again.