mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
236 stars 44 forks source link

Gitops example #8

Closed bainss closed 2 years ago

bainss commented 4 years ago

Is there an example of how you would apply gitops via fluxCD so that terraform can create the cluster unattended?

mumoshu commented 4 years ago

@bainss Hey! Sorry for the delayed response. Yes - see examples like https://github.com/mumoshu/terraform-provider-eksctl/blob/cb513f57f5ce542745c05f0241cb9643bfbdbf09/examples/productionsetup-alb/testdata/01-bootstrap/main.tf#L132-L144

benjiro commented 2 years ago

Marking as resolved based on mumoshu response. Reopen if that example wasn't enough