File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,15 +182,15 @@ terraform_s3_skip_credentials_validation: "true"
182
182
183
183
# Tell OpenTofu to use path-style URLs, e.g. <host>/<bucket>, instead of
184
184
# subdomain-style URLs, e.g. <bucket>.<host>
185
- terraform_s3_force_path_style : "true"
185
+ terraform_s3_use_path_style : "true"
186
186
187
187
terraform_backend_config:
188
188
endpoint: "{{ terraform_s3_endpoint }}"
189
189
region: "{{ terraform_s3_region }}"
190
190
bucket: "{{ terraform_s3_bucket }}"
191
191
key: "{{ terraform_s3_key }}"
192
192
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 }}"
194
194
skip_region_validation: "{{ terraform_s3_skip_region_validation }}"
195
195
` ` `
196
196
You can’t perform that action at this time.
0 commit comments