khuedoan-homelab/external
Khue Doan ed1a4e8aef build(external): touch Terraform lock file after init
So the last modified date on the lock file is older than the versions
file
2021-12-11 23:48:26 +07:00
..
cert-manager
cloudflared
external-dns
velero
.gitignore
applicationset.tf
backblaze.tf
cloudflare.tf
Makefile build(external): touch Terraform lock file after init 2021-12-11 23:48:26 +07:00
README.md
versions.tf chore(external): upgrade to Terraform 1.1.0 2021-12-11 13:40:53 +07:00

External resources

WIP documents

This layer will deploy resources that require external dependencies using the following provisioners:

  • Terraform:
    • Create external resources
    • Add external secrets to namespaces
    • Create an ApplicationSet
  • ArgoCD (via the ApplicationSet created by Terraform):
    • Deploy Helm charts in the subdirectories

Setup

export CLOUDFLARE_API_TOKEN='xxx'
export B2_APPLICATION_KEY_ID='xxx'
export B2_APPLICATION_KEY='xxx'
export KUBE_CONFIG_PATH="$PWD/../metal/kubeconfig.yaml"
terraform apply