Skip to content

Commit 24f0104

Browse files
committed
fix: move secrets to tf cloud
1 parent 32e81ab commit 24f0104

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232

3333
# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
3434
- name: Terraform Init
35-
run: |
36-
terraform -chdir=./terraform init \
37-
-backend-config='admin_ssh_key=${{ secrets.SSH_ADMIN_PUBKEY }}' \
38-
-backend-config='vultr_api_key=${{ secrets.VULTR_API_KEY }}'
35+
run: terraform -chdir=./terraform init
3936

4037
# Checks that all Terraform configuration files adhere to a canonical format
4138
- name: Terraform Format

0 commit comments

Comments
 (0)