rissanypro

Results 2 issues of rissanypro

Hello, I'm trying to run x509-certificate exporter on a cluster where I am not admin. I have only access to a defined list of namespace. So I have deployed it...

### Terraform CLI and Provider Versions Terraform v1.12.1 registry.terraform.io/hashicorp/archive v2.7.1 ### Terraform Configuration ```terraform resource "archive_file" "init" { type = "zip" source_dir = "${path.module}/script" output_path = "${path.module}/file.zip" } ``` ###...

bug