Skip to content

Commit

Permalink
possible workaround with s3 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Orlov committed Dec 13, 2024
1 parent 7c7837e commit ec00e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: >
terraform init -reconfigure
-backend-config="bucket=github-terraform-state"
-backend-config="endpoint=s3.ru-1.storage.selcloud.ru"
-backend-config="endpoints={s3="s3.ru-1.storage.selcloud.ru"}"
-backend-config="key=github-infra-examples.tfstate"
-backend-config="region=ru-1"
-backend-config="skip_region_validation=true"
Expand Down

0 comments on commit ec00e06

Please sign in to comment.