Skip to content

Commit

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

Upgrade terraform azurerm providers to 3.116.0
  • Loading branch information
johnake authored Aug 20, 2024
2 parents 603e8d7 + fdd32df commit cc3d9c7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ tmp/pids/*
.env.production.local

.terraform/
.terraform.lock.hcl
fetch_config.rb
terraform/application/vendor
bin/terrafile
Expand Down
45 changes: 45 additions & 0 deletions terraform/.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/application/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.104.2"
version = "3.116.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit cc3d9c7

Please sign in to comment.