We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b030a commit 352c03cCopy full SHA for 352c03c
infrastructure/main.tf
@@ -26,7 +26,7 @@ module "rds_backups" {
26
27
28
module "sma-base" {
29
- source = "https://github.com/NASA-IMPACT/self-managed-apache-airflow/releases/download/v1.1.10/self-managed-apache-airflow.zip"
+ source = "https://github.com/NASA-IMPACT/self-managed-apache-airflow/releases/download/v1.1.11/self-managed-apache-airflow.zip"
30
project = var.project_name
31
airflow_db = var.airflow_db
32
fernet_key = var.fernet_key
0 commit comments