File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ resource_groups = {
99# #####
1010# #####
1111
12+
1213vnets = {
1314 vnet1 = {
1415 vnet_name = " pahelavnet"
You can’t perform that action at this time.
0 commit comments