Skip to content

Commit b12166c

Browse files
author
Antonio Estela
committed
feat: Update actions to deploy to GCP
1 parent 6576598 commit b12166c

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/terraform.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
terraform_version: latest
2828

29+
- name: Change Directory
30+
run: cd terraform
31+
2932
- name: Initialize Terraform
3033
run: terraform init
3134

@@ -64,6 +67,9 @@ jobs:
6467
with:
6568
name: tfplan
6669

70+
- name: Change Directory
71+
run: cd terraform
72+
6773
- name: Initialize Terraform
6874
run: terraform init
6975

terraform/secret_manager.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)