fix: Add TF_VAR_s3_endpoint and TF_VAR_s3_bucket env vars
This commit is contained in:
@@ -14,6 +14,8 @@ env:
|
||||
TF_VAR_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
|
||||
TF_VAR_s3_access_key: ${{ secrets.S3_ACCESS_KEY }}
|
||||
TF_VAR_s3_secret_key: ${{ secrets.S3_SECRET_KEY }}
|
||||
TF_VAR_s3_endpoint: ${{ secrets.S3_ENDPOINT }}
|
||||
TF_VAR_s3_bucket: ${{ secrets.S3_BUCKET }}
|
||||
|
||||
jobs:
|
||||
terraform:
|
||||
|
||||
Reference in New Issue
Block a user