From 36617c0ca725a63f0712325744892f716c955a4c Mon Sep 17 00:00:00 2001 From: "David R. Bild" Date: Fri, 22 Dec 2023 11:15:49 -0600 Subject: [PATCH] workflow: switch from dev to prod API --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 854d594..7ce2e8e 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -67,5 +67,5 @@ jobs: uses: Resourcely-Inc/resourcely-action@v1 with: resourcely_api_token: ${{ secrets.RESOURCELY_API_TOKEN }} - resourcely_api_host: "https://api.dev.resourcely.io" + resourcely_api_host: "https://api.resourcely.io" tf_plan_directory: "tf-plan-files"