Skip to content

Commit

Permalink
fix: fmt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl committed Nov 29, 2024
1 parent f00da84 commit bc78b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/accounts/nonprod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "account" {

github_oidc_subjects = concat(
[
"dvsa/vol-app:ref:refs/heads/main", # `.github/workflows/docker.yaml` & `.github/workflows/assets.yaml`.
"dvsa/vol-app:ref:refs/heads/main", # `.github/workflows/docker.yaml` & `.github/workflows/assets.yaml`.
"dvsa/vol-app:environment:account-nonprod",
"dvsa/vol-app:pull_request", # `.github/workflows/deploy-account.yaml`.
],
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/accounts/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "account" {

github_oidc_subjects = concat(
[
"dvsa/vol-app:ref:refs/heads/main", # `.github/workflows/docker.yaml` & `.github/workflows/assets.yaml`.
"dvsa/vol-app:ref:refs/heads/main", # `.github/workflows/docker.yaml` & `.github/workflows/assets.yaml`.
"dvsa/vol-app:environment:account-prod",
"dvsa/vol-app:pull_request", # `.github/workflows/deploy-account.yaml`.
],
Expand Down

0 comments on commit bc78b17

Please sign in to comment.