Skip to content

Commit

Permalink
edited gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Jan 6, 2024
1 parent fc8619c commit cbe2ebe
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 283 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
name: 'Terraform'
runs-on: ubuntu-latest
strategy:
max-parallel: 1
# max-parallel: 10
matrix:
# directory: [001_vnet_subnets_tf, 002_vm_bastion, 003_vm_bastion_nsg, 004_vnet_peering_tf, 005_vm_linux_win_bastion, 006_route_table]
directory: [006_route_table, 004_vnet_peering_tf, 003_vm_bastion_nsg]
directory: [004_vnet_peering_tf, 003_vm_bastion_nsg, 200_hub_spoke_firewall, 300_load_balancer_vm, 301_load_balancer_vmss, 302_load_balancer_internal_vmss_natgateway, 400_private_dns_zone, 410_private_endpoint_mssql, 420_private_endpoint_pls]
# node: [14, 16]

# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
Expand Down
2 changes: 1 addition & 1 deletion 006_route_table/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "= 3.80.0"
version = ">= 3.80.0"
}
}
}
Expand Down
Loading

0 comments on commit cbe2ebe

Please sign in to comment.