Skip to content

Commit f4f9d97

Browse files
m-bullMoteHue
authored andcommitted
Update Tofu s3 backend docs (azimuth-cloud#182)
force_path_style is deprecated in favour of use_path_style in the OpenTofu s3 backend configuration
1 parent db71665 commit f4f9d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/repository/opentofu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ terraform_s3_skip_credentials_validation: "true"
182182
183183
# Tell OpenTofu to use path-style URLs, e.g. <host>/<bucket>, instead of
184184
# subdomain-style URLs, e.g. <bucket>.<host>
185-
terraform_s3_force_path_style: "true"
185+
terraform_s3_use_path_style: "true"
186186
187187
terraform_backend_config:
188188
endpoint: "{{ terraform_s3_endpoint }}"
189189
region: "{{ terraform_s3_region }}"
190190
bucket: "{{ terraform_s3_bucket }}"
191191
key: "{{ terraform_s3_key }}"
192192
skip_credentials_validation: "{{ terraform_s3_skip_credentials_validation }}"
193-
force_path_style: "{{ terraform_s3_force_path_style }}"
193+
use_path_style: "{{ terraform_s3_use_path_style }}"
194194
skip_region_validation: "{{ terraform_s3_skip_region_validation }}"
195195
```
196196

0 commit comments

Comments
 (0)