Skip to content

Commit

Permalink
use ah/tf-8609-fdo-6 for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth committed Sep 22, 2023
1 parent cbfec98 commit 3424664
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/handler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
active_active_rhel7_proxy:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Active/Active RHEL7 Proxy Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'active-active-rhel7-proxy') }}
Expand All @@ -34,7 +34,7 @@ jobs:
}\n/'

public_active_active:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Public Active/Active Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'public-active-active') }}
Expand All @@ -51,7 +51,7 @@ jobs:
TFC_token_secret_name: PUBLIC_ACTIVE_ACTIVE_TFC_TOKEN

private_active_active:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Private Active/Active Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'private-active-active') }}
Expand All @@ -69,7 +69,7 @@ jobs:
TFC_token_secret_name: PRIVATE_ACTIVE_ACTIVE_TFC_TOKEN

private_tcp_active_active:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Private TCP Active/Active Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'private-tcp-active-active') }}
Expand All @@ -87,7 +87,7 @@ jobs:
TFC_token_secret_name: PRIVATE_TCP_ACTIVE_ACTIVE_TFC_TOKEN

standalone_vault:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Standalone Vault Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'standalone-vault') }}
Expand All @@ -112,7 +112,7 @@ jobs:
}\n/'

active_active_rhel7_proxy_replicated:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Active/Active RHEL7 Proxy (Replicated) Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'active-active-rhel7-proxy-replicated') }}
Expand All @@ -136,7 +136,7 @@ jobs:
}\n/'

public_active_active_replicated:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Public Active/Active (Replicated) Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'public-active-active-replicated') }}
Expand All @@ -154,7 +154,7 @@ jobs:
TFC_workspace_substitution_pattern: s/aws-public-active-active/aws-public-active-active-replicated/

private_active_active_replicated:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Private Active/Active (Replicated) Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'private-active-active-replicated') }}
Expand All @@ -173,7 +173,7 @@ jobs:
TFC_workspace_substitution_pattern: s/aws-private-active-active/aws-private-active-active-replicated/

private_tcp_active_active_replicated:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Private TCP Active/Active (Replicated) Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'private-tcp-active-active-replicated') }}
Expand All @@ -192,7 +192,7 @@ jobs:
TFC_workspace_substitution_pattern: s/aws-private-tcp-active-active/aws-private-tcp-active-active-replicated/

standalone_vault_replicated:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@main
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/aws-tests.yml@ah/tf-8609-fdo-6
secrets: inherit
name: Test AWS Standalone Vault (Replicated) Scenario
if: ${{ contains(github.event.client_payload.slash_command.args.unnamed.all, 'all') || contains(github.event.client_payload.slash_command.args.unnamed.all, 'public-active-active-replicated') }}
Expand Down

0 comments on commit 3424664

Please sign in to comment.