Compare commits
1 commit
de9bb095da
...
0f87ee19ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f87ee19ab |
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 fmt
|
- name: OpenTofu Format
|
||||||
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
|
||||||
force_path_style = true
|
use_path_style = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue