Compare commits

...

1 commit

Author SHA1 Message Date
0f87ee19ab
fix
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Has been cancelled
2026-02-18 13:01:04 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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
} }
} }