Skip to content

Instantly share code, notes, and snippets.

View mill5james's full-sized avatar

James Pansarasa mill5james

View GitHub Profile
@mill5james
mill5james / main.tf
Created April 14, 2021 20:51
Docker for Windows Airflow Development Env
##############################################################################
# State Storage
##############################################################################
terraform {
backend "kubernetes" {
secret_suffix = "airflow"
load_config_file = true
}
}