redhat-developer / argocd-terraform-controller

Argo CD Terraform Controller
26 stars 7 forks source link

[WIP] Initial schema #14

Closed josephsawaya closed 2 years ago

josephsawaya commented 2 years ago

This commit contains the first iteration of the TerraformSpec and TerraformStatus types to be used in the Terraform CRD.

This commit also imports the argo-cd package and adds a patch to the go.mod to fix a bug related to the k8s api not being imported properly. There are comments in go.mod with more information about this.

Fixes: #2

Depends on: #13