fix: Use use_path_style for s3 backend

This commit is contained in:
Peter 2026-02-18 13:06:11 +01:00
parent 9e2384292d
commit 554f67513f
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -6,7 +6,7 @@ terraform {
skip_credentials_validation = true skip_credentials_validation = true
skip_metadata_api_check = true skip_metadata_api_check = true
skip_region_validation = true skip_region_validation = true
force_path_style = true use_path_style = true
} }
} }