From cb4d8a8f580a5bc438d737d57315bac1ffdd96a9 Mon Sep 17 00:00:00 2001 From: James Farr Gomez Date: Thu, 26 Sep 2024 12:10:58 -0700 Subject: [PATCH] Update providers.tf --- providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers.tf b/providers.tf index aef2eba..45050fd 100644 --- a/providers.tf +++ b/providers.tf @@ -1,5 +1,5 @@ provider "github" { owner = "CSVD" - base_url = "https://github.e.it.census.gov" + base_url = "https://github.e.it.census.gov/" # app_auth {} # When using `GITHUB_APP_XXX` environment variables }