You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My plan is to use terraform-provider-github along with terraform-provider-kubernetes.
The GitHub URL contains two manifest files which rely on each other.
Download manifest files using terraform-provider-github
Create resources for manifest files using kubernetes_manifest resource of terraform-provider-kubernetes
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have CLI command which I would like to move intro terraform configuration
kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master"
Can anyone help me with this
My plan is to use
terraform-provider-github
along withterraform-provider-kubernetes
.The GitHub URL contains two manifest files which rely on each other.
terraform-provider-github
kubernetes_manifest
resource ofterraform-provider-kubernetes
Beta Was this translation helpful? Give feedback.
All reactions