Skip to content

Commit 27ba703

Browse files
committed
Change s3 backend
1 parent 9db149b commit 27ba703

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -218,18 +218,6 @@ jobs:
218218
working-directory: ./terraform
219219
run: terraform validate
220220

221-
# - name: Terraform Plan
222-
# working-directory: ./terraform
223-
# run: terraform plan \
224-
# -backend-config="access_key=${{ secrets.S3_ACCESS_KEY }}" \
225-
# -backend-config="secret_key=${{ secrets.S3_SECRET_KEY }}" \
226-
# -backend-config="key=simple-ci-${BRANCH_NAME}/terraform.tfstate"
227-
# env:
228-
# TF_VAR_nexaa_username: ${{ secrets.NEXAA_USERNAME }}
229-
# TF_VAR_nexaa_password: ${{ secrets.NEXAA_PASSWORD }}
230-
# TF_VAR_environment: ${{ steps.extract_branch.outputs.branch }}
231-
# TF_VAR_container_image: ${{ needs.build.outputs.image }}
232-
233221
- name: Terraform Apply
234222
working-directory: ./terraform
235223
run: terraform apply -auto-approve

terraform/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
region = "eu-west-1"
1414

1515
endpoints = {
16-
s3 = "https://101010-rockstar-demo-minio.container.tilaa.cloud"
16+
s3 = "https://101010-demo-minio.container.tilaa.cloud"
1717
}
1818

1919
skip_credentials_validation = true
@@ -22,7 +22,6 @@ terraform {
2222
skip_requesting_account_id = true
2323
use_path_style = true
2424
}
25-
2625
}
2726

2827
provider "nexaa" {

0 commit comments

Comments
 (0)