Skip to content

Commit

Permalink
Update Terraform azurerm to v4 (#46)
Browse files Browse the repository at this point in the history
* Update Terraform azurerm to v4

* Updated Readme

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
renovate[bot] and DrizzlyOwl authored Oct 3, 2024
1 parent 9a04fc6 commit fd6a190
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 44 deletions.
90 changes: 50 additions & 40 deletions .terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ key = "terraform.tstate"

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.103.1 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.3.0 |
| <a name="provider_null"></a> [null](#provider\_null) | 3.2.3 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_waf"></a> [waf](#module\_waf) | github.com/DFE-Digital/terraform-azurerm-front-door-app-gateway-waf | v1.2.1 |
| <a name="module_waf"></a> [waf](#module\_waf) | github.com/DFE-Digital/terraform-azurerm-front-door-app-gateway-waf | v1.3.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion tfvars-storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "azurerm_storage_account" "tfvars" {
account_tier = "Standard"
account_replication_type = "LRS"
min_tls_version = "TLS1_2"
enable_https_traffic_only = true
https_traffic_only_enabled = true
public_network_access_enabled = true

tags = local.tags
Expand Down
2 changes: 1 addition & 1 deletion waf.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "waf" {
source = "github.com/DFE-Digital/terraform-azurerm-front-door-app-gateway-waf?ref=v1.2.1"
source = "github.com/DFE-Digital/terraform-azurerm-front-door-app-gateway-waf?ref=v1.3.0"

environment = local.environment
project_name = local.project_name
Expand Down

0 comments on commit fd6a190

Please sign in to comment.