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

A Kubernetes Terraform Controller, managing Cloud resources through Kubernetes

Results 52 terraform-controller issues
Sort by recently updated
recently updated
newest added

Reported by @anoop2811. ``` make install /Users/agopalakrishnan/go/bin/controller-gen "crd:trivialVersions=true" webhook paths="./..." output:crd:artifacts:config=chart/crds kubectl apply -f chart/crds Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition Warning: resource...

good first issue

**Background** Apply Jobs to one namespace instead of Configuration's namespace is a new feature introduced since v0.7.5. This feature is not mature enough and may have some compatibility problem with...

Now our e2e test won't actually report the coverage. To implement this, we can ref to how kubevela calculate and report e2e test coverage: https://github.com/kubevela/kubevela/pull/1553

Is there an easy way to enable additional terraform providers e.g. null-resource?

It's an interesting project. I have some questions: a. Terraform handles states by comparing snapshots. Will adding a controller, which constantly checks the snapshots, overreact to situations like networking outage...

Hey, We found this project is really cool and right now we're leveraging both Alicloud and Azure for our production environments, could you add more supported resources of Azure as...

We can build a command line tool to `backeup` and `restore` the Configuration Object and the Terraform state. The command line tool may have two subcommands: `backup` and `restore`. The...

Support the InjectedIdentity credential source in terraform-controller, to enable use workload identity like [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) - iam-roles for service accounts on AWS and [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) on Google Cloud. Part of this...

Currently for terraform it supports only github and gitee without auth. We need to support using the terraform modules in private git repositories instead

This issue discusses how to detect the backend configuration from the user's input Terraform configuration, which could be a piece of hcl code inlined in the `terraform.core.oam.dev/Configuration` yaml file or...