From efac745bddcdeaae04108bbe3c7644bd97e517da Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:31:22 -0400 Subject: [PATCH] add skip account id to the backend init --- .github/workflows/arrow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index 77208c1..c32d3ec 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -89,6 +89,7 @@ jobs: -backend-config="key=state.tfstate" \ -backend-config="skip_credentials_validation=true" \ -backend-config="skip_region_validation=true" \ + -backend-config="skip_requesting_account_id=true" \ -backend-config="region=anything" \ -backend-config="bucket=noahmasur-terraform"