fix: Use use_path_style for s3 backend
This commit is contained in:
parent
9e2384292d
commit
554f67513f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue