Skip to content

Commit

Permalink
Merge pull request #22 from amavrogiannis/feat/reformat-terraform-1
Browse files Browse the repository at this point in the history
Feat/reformat terraform 1
  • Loading branch information
amavrogiannis authored Mar 29, 2024
2 parents 8b89e4c + b683a19 commit 80eccbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
run: exit 1

- name: Terraform Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/prod' && github.event_name == 'push'
run: terraform apply -auto-approve -input=false
2 changes: 1 addition & 1 deletion infra/envs/test/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ provider "aws" {
alias = "virginia"
region = "us-east-1"
# profile = var.PROFILE_US
}
}

0 comments on commit 80eccbe

Please sign in to comment.