terraform-google-gcr-cleaner icon indicating copy to clipboard operation
terraform-google-gcr-cleaner copied to clipboard

Terraform module that implements gcr-cleaner, a tool that deletes untagged images in Google Cloud Container Registry. More on https://github.com/sethvargo/gcr-cleaner

Results 3 terraform-google-gcr-cleaner issues
Sort by recently updated
recently updated
newest added

### TL;DR After some time after applying the module using terraform, if I do a terraform plan, it shows some changes was made and try to adjust the infrastructure ![image](https://github.com/mirakl/terraform-google-gcr-cleaner/assets/102029997/005b79b1-49db-4b0b-9292-f809e0f12637)...

bug

### TL;DR When using this module within the same Terraform context (the same tfstate) but with different GCP account types (e.g. using a GCP user account in the developer's local...

bug

### TL;DR ``` locals { app_artifact_repo = "test-app-image-repo" region = "europe-west3" project_id = "test" } module "gcr-cleaner" { source = "mirakl/gcr-cleaner/google" version = "1.3.0" gar_repositories = [ { name =...

bug