From c24e8d3a06abfcc0f7706f11825aa0c3b5ceb139 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 11 Oct 2023 15:59:33 +0300 Subject: [PATCH] add auth to template --- vault/main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vault/main.tf b/vault/main.tf index f064749..b43a18f 100644 --- a/vault/main.tf +++ b/vault/main.tf @@ -47,3 +47,7 @@ resource "coder_script" "vault" { }) run_on_start = true } + +data "coder_external_auth" "vault" { + id = var.auth_provider_id +}