digitalocean / container-blueprints

DigitalOcean Kubernetes(DOKS) Solution Blueprints
92 stars 46 forks source link

[create-doks-with-terraform-flux] Refactor main TF module #24

Open v-ctiutiu opened 2 years ago

v-ctiutiu commented 2 years ago

Overview

Split the main TF module from the DOKS FluxCD repository into submodules for easy maintenance:

< root_module > ---- < doks >
---- < fluxcd >

< doks > submodule deals with DOKS cluster initialization stuff. < fluxcd > submodule deals with provisioning the Flux CD manifests in the GitHub repo, and associated Kubernetes resources.