terraform-google-gcloud icon indicating copy to clipboard operation
terraform-google-gcloud copied to clipboard

Executes Google Cloud CLI commands within Terraform

Results 21 terraform-google-gcloud issues
Sort by recently updated
recently updated
newest added

### TL;DR Historically `list(any)` was used for https://github.com/terraform-google-modules/terraform-google-gcloud/blob/6789fa726f443e36a3159f452eec0fc5f9a9ff4b/variables.tf#L35 However subsequent to https://github.com/hashicorp/terraform/issues/26265, all list elements must have the same type. So for example this fails: `module_depends_on = [time_sleep.wait_300_seconds, null_resource.test]` The...

bug

Currently getting an error when using the module: **Error** ``` Error: Invalid count argument on .terraform/modules/gcloud/main.tf line 57, in resource "random_id" "cache": 57: count = (! local.skip_download) ? 1 :...

bug
triaged
P1
v0.13

I had error: `.terraform/modules/m1.workload-identity.annotate-sa/modules/kubectl-wrapper/scripts/kubectl_wrapper.sh: line 36: annotate: command not found` this change fixes that problem

### TL;DR The configured `destroy_cmd_entrypoint` and `destroy_cmd_body` are not being invoked, even though the logs show the destroy was triggered and resource was removed from the `.tfstate`. ### Expected behavior...

bug
upstream
triaged
P4

This module is not designed for ephemeral runners/agents such as Terraform Cloud Remote Operations that cannot have `gcloud` on the `PATH` and cannot have custom base images. If anything fails...

bug
question
triaged
P2

When used indirectly (like when creating a project using terraform-google-project-factory), the **platform** variable of the gcloud module is not accessible, so its default to **linux** is problematic if using a...

enhancement
triaged
P2

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/kubernetes-engine/google](https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-kubernetes-engine)) | module | major | `~> 21.0` -> `~>...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-beta](https://registry.terraform.io/providers/hashicorp/google-beta) ([source](https://togithub.com/hashicorp/terraform-provider-google-beta)) | required_provider | minor | `~> 3.53.0` -> `~>...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google](https://registry.terraform.io/providers/hashicorp/google) ([source](https://togithub.com/hashicorp/terraform-provider-google)) | required_provider | major | `~> 3.53.0` -> `~>...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google](https://registry.terraform.io/providers/hashicorp/google) ([source](https://togithub.com/hashicorp/terraform-provider-google)) | required_provider | minor | `~> 3.53.0` -> `~>...

dependencies