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"
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
187187terraform_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
You can’t perform that action at this time.
0 commit comments