Skip to content

Commit 7a3e6fb

Browse files
committed
Code Update
1 parent f1d410e commit 7a3e6fb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/terraform-multi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
- name: Checkout
6565
uses: actions/checkout@v5.0.0
6666

67+
- name: Setup Terraform
68+
uses: hashicorp/setup-terraform@v2
69+
with:
70+
terraform_version: 1.6.6
71+
6772
- name: Azure Login
6873
uses: Azure/login@v2.3.0
6974
with:
@@ -77,11 +82,6 @@ jobs:
7782
# with:
7883
# terraform_version: 1.6.6
7984

80-
- name: Setup Terraform
81-
uses: hashicorp/setup-terraform@v2
82-
with:
83-
terraform_version: 1.6.6
84-
8585
- name: Terraform Init (remote backend)
8686
run: terraform init -input=false -backend-config="resource_group_name=${{ inputs.rgname }}" -backend-config="storage_account_name=${{ inputs.saname }}" -backend-config="container_name=${{ inputs.scname }}" -backend-config="key=${{ inputs.key }}"
8787

environments/dev.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ resource_groups = {
99
######
1010
######
1111

12+
1213
vnets = {
1314
vnet1 = {
1415
vnet_name = "pahelavnet"

0 commit comments

Comments
 (0)