Skip to content

Commit

Permalink
GHA: update case for TF
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Nov 12, 2024
1 parent 385fe57 commit 3098064
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fgt-tf-a-single-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
name: 'Terraform A-Single-VM'
runs-on: ubuntu-latest
env:
TF_VAR_PREFIX: "FORTIQA-A-Single-VM-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_LOCATION: "westeurope"
TF_VAR_USERNAME: "azureuser"
TF_VAR_PASSWORD: "${{ secrets.PASSWORD }}"
TF_VAR_prefix: "FORTIQA-A-Single-VM-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_location: "westeurope"
TF_VAR_username: "azureuser"
TF_VAR_password: "${{ secrets.PASSWORD }}"
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/fgt-tf-active-active-elb-ilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
name: 'Terraform Active-Active-ELB-ILB'
runs-on: ubuntu-latest
env:
TF_VAR_PREFIX: "FORTIQA-Active-Active-ELB-ILB-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_LOCATION: "westeurope"
TF_VAR_USERNAME: "azureuser"
TF_VAR_PASSWORD: "${{ secrets.PASSWORD }}"
TF_VAR_prefix: "FORTIQA-Active-Active-ELB-ILB-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_location: "westeurope"
TF_VAR_username: "azureuser"
TF_VAR_password: "${{ secrets.PASSWORD }}"
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/fgt-tf-active-passive-elb-ilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
name: 'Terraform Active-Passive-ELB-ILB'
runs-on: ubuntu-latest
env:
TF_VAR_PREFIX: "FORTIQA-AP-ELB-ILB-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_LOCATION: "westeurope"
TF_VAR_USERNAME: "azureuser"
TF_VAR_PASSWORD: "${{ secrets.PASSWORD }}"
TF_VAR_prefix: "FORTIQA-AP-ELB-ILB-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_location: "westeurope"
TF_VAR_username: "azureuser"
TF_VAR_password: "${{ secrets.PASSWORD }}"
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tf-vnet-peering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
name: 'Terraform VNET-Peering-ELB-ILB'
runs-on: ubuntu-latest
env:
TF_VAR_PREFIX: "FORTIQA-VNET-Peering-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_LOCATION: "westeurope"
TF_VAR_USERNAME: "azureuser"
TF_VAR_PASSWORD: "${{ secrets.PASSWORD }}"
TF_VAR_prefix: "FORTIQA-VNET-Peering-${{ github.run_id }}-${{ github.run_number }}"
TF_VAR_location: "westeurope"
TF_VAR_username: "azureuser"
TF_VAR_password: "${{ secrets.PASSWORD }}"
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
Expand Down

0 comments on commit 3098064

Please sign in to comment.