From d4db52017dfed0beeb2604dd60502c858f8a98fc Mon Sep 17 00:00:00 2001 From: nataindata Date: Fri, 26 Apr 2024 18:33:47 +0000 Subject: [PATCH] Updated Readme --- apache-airflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-airflow/README.md b/apache-airflow/README.md index bf8e315..194cceb 100644 --- a/apache-airflow/README.md +++ b/apache-airflow/README.md @@ -16,7 +16,7 @@ A module that adds Apache Airflow in your Coder template. module "airflow" { source = "registry.coder.com/modules/apache-airflow/coder" version = "1.0.13" - agent_id = coder_agent.example.id + agent_id = coder_agent.main.id } ```