From 2eee8be4735ef3166590dfb831754a308d08ad0b Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 6 Dec 2023 13:35:09 +0100 Subject: [PATCH] Reapply "Fix: skip aws account query" This reverts commit e8ca27d69212ff1af5b677966bcc2923e8c9835a. --- tf-stage-1/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/tf-stage-1/main.tf b/tf-stage-1/main.tf index bd2f364..03a6b3f 100644 --- a/tf-stage-1/main.tf +++ b/tf-stage-1/main.tf @@ -8,6 +8,7 @@ terraform { skip_credentials_validation = true skip_region_validation = true skip_metadata_api_check = true + skip_requesting_account_id = true } required_providers { keycloak = {