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__