From f41b4142301fa71c05cdfefae13f3b54819fdae8 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 28 Nov 2024 15:09:01 +0100 Subject: [PATCH] Fix tests --- tests/opentofu/atmos.yaml | 1 + tests/terraform/atmos.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/opentofu/atmos.yaml b/tests/opentofu/atmos.yaml index de15a6bf3..550b173f6 100644 --- a/tests/opentofu/atmos.yaml +++ b/tests/opentofu/atmos.yaml @@ -79,6 +79,7 @@ integrations: bucket: __STORAGE_BUCKET__ table: __STORAGE_TABLE__ role: __STORAGE_ROLE__ + plan-repository-type: s3 metadata-repository-type: dynamo role: plan: __PLAN_ROLE__ diff --git a/tests/terraform/atmos.yaml b/tests/terraform/atmos.yaml index 4725c30bc..ddf26506c 100644 --- a/tests/terraform/atmos.yaml +++ b/tests/terraform/atmos.yaml @@ -74,6 +74,7 @@ integrations: bucket: __STORAGE_BUCKET__ table: __STORAGE_TABLE__ role: __STORAGE_ROLE__ + plan-repository-type: s3 metadata-repository-type: dynamo role: plan: __PLAN_ROLE__