Compare commits
No commits in common. "0f87ee19ab28b223d4f652fd22bd03f204f50f58" and "de9bb095da02998281d40172373bef538d98bb55" have entirely different histories.
0f87ee19ab
...
de9bb095da
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
id: init
|
id: init
|
||||||
run: tofu init --upgrade
|
run: tofu init --upgrade
|
||||||
|
|
||||||
- name: OpenTofu Format
|
- name: OpenTofu fmt
|
||||||
id: fmt
|
id: fmt
|
||||||
run: tofu fmt -check
|
run: tofu fmt -check
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
use_path_style = true
|
force_path_style = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue