terraform-operator icon indicating copy to clipboard operation
terraform-operator copied to clipboard

Terraform Operator provides support to run Terraform modules in Kubernetes in a declarative way as a Kubernetes manifest.

Results 5 terraform-operator issues
Sort by recently updated
recently updated
newest added

The terraform runner Dockerfile does not have user set. Check [here](https://github.com/kuptan/terraform-runner/blob/master/Dockerfile#L41) The reason for that decision came when support for private SSH keys was introduced as there were issues adding...

kind/security

If the `pod` fails to mount the secret based on a variable that have `dependencyRef` on a `key` that does not exist, it will cause the pod to be in...

kind/bug

When the terraform operator was created with Kubebuilder, it was already created with Ginkgo V1. Ginkgo V2 has been out for some time. There is an open issue here on...

kind/build

The terraform runner pod is logging the following ```bash time="2022-07-14T19:19:56Z" level=error msg="failed to list files in the var files path" error="open /tmp/tfvars: no such file or directory" ``` **To Reproduce**...

kind/bug

**Describe the solution you'd like** A way to schedule Terraform workflows and run either `plan` or `apply` **Additional context** The configuration could look something like this ```yaml apiVersion: run.terraform-operator.io/v1alpha1 kind:...

kind/feature