Skip to content

Commit

Permalink
Merge pull request #201 from DFE-Digital/1839-bug-conflictingpublicne…
Browse files Browse the repository at this point in the history
…tworkaccessandvirtualnetworkconfiguration

1839-bug-conflictingpublicnetworkaccessandvirtualnetworkconfiguration
  • Loading branch information
shaheislamdfe authored Aug 22, 2024
2 parents 67cb45b + 180cc31 commit 6171aa6
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 52 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aks_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
with:
docker-repository: ghcr.io/dfe-digital/teaching-school-hub-finder
github-token: ${{ secrets.GITHUB_TOKEN }}
context: .

permit-merge:
name: Permit merge
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tmp/pids/*
.terraform
terraform/application/vendor
terraform/domains/environment_domains/vendor
terraform/domains/infrastructure/vendor/
terraform.tfstate*
bin/terrafile

Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
terraform 1.5.4
94 changes: 47 additions & 47 deletions terraform/application/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions terraform/application/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.62.1"
version = "3.116.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.21.1"
version = "2.32.0"
}
statuscake = {
source = "StatusCakeDev/statuscake"
version = "2.1.0"
version = "2.2.2"
}
}
backend "azurerm" {
Expand Down
22 changes: 22 additions & 0 deletions terraform/domains/environment_domains/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/domains/environment_domains/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.62.1"
version = "3.116.0"
}
}
backend "azurerm" {
Expand Down
22 changes: 22 additions & 0 deletions terraform/domains/infrastructure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/domains/infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.62.1"
version = "3.116.0"
}
}
backend "azurerm" {
Expand Down

0 comments on commit 6171aa6

Please sign in to comment.