Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doe-285 #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev_terraform_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deploy:
name: Deploy Development Terraform
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@v0.15.0
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@main
concurrency:
group: "dev-main"
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_terraform_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
plan:
name: Plan Development Terraform
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@v0.15.0
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@main
permissions:
packages: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prd_terraform_apply.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
deploy:
name: Deploy Production Terraform
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@v0.15.0
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@main
if: ${{ github.event.workflow_run.conclusion == 'success' }}
concurrency:
group: "prd-main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qat_terraform_apply.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
deploy:
name: Deploy QAT Terraform
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@v0.15.0
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@main
if: ${{ github.event.workflow_run.conclusion == 'success' }}
concurrency:
group: "qat-main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
destroy:
name: Destroy Development Terraform
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-destroy.yml@v0.15.0
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-destroy.yml@main
permissions:
packages: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion core-services/network/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
data "aws_availability_zones" "available" {
"aws_availability_zones" "available" {
state = "available"
}

Expand Down