Skip to content

Commit

Permalink
chore: drop tf install
Browse files Browse the repository at this point in the history
Drop Terraform install as per: siderolabs/build-container#108

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Feb 21, 2024
1 parent 089c141 commit bda0542
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .drone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ steps:
AWS_SECRET_ACCESS_KEY:
from_secret: 'aws_secret_access_key'
commands:
- apk add --no-cache terraform
- mkdir -p _out
- cp hack/backend.tf examples/terraform/${TYPE}/backend.tf
- az login --service-principal -u "$${ARM_CLIENT_ID}" -p "$${ARM_CLIENT_SECRET}" --tenant "$${ARM_TENANT_ID}"
Expand Down Expand Up @@ -61,7 +60,6 @@ steps:
AWS_SECRET_ACCESS_KEY:
from_secret: 'aws_secret_access_key'
commands:
- apk add --no-cache terraform
- cp hack/backend.tf examples/terraform/${TYPE}/backend.tf
- terraform -chdir=examples/terraform/${TYPE} init -backend-config="resource_group_name=General" -backend-config="storage_account_name=$${AZURE_STORAGE_ACCOUNT}" -backend-config="container_name=${BUCKET_PATH}" -backend-config="key=${TYPE}-terraform.tfstate"
# lets attempt to remove the talosconfig/kubeconfig data source so destroy is not blocked
Expand Down

0 comments on commit bda0542

Please sign in to comment.