Skip to content

Commit

Permalink
feat!: Bump AzureRM to v4 and replace deprecated properties (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
acelebanski authored Sep 19, 2024
1 parent e5f4170 commit 4010f00
Show file tree
Hide file tree
Showing 47 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions examples/common_vmseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1341,7 +1341,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/common_vmseries/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "vnets" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1055,7 +1055,7 @@ variable "test_infrastructure" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/common_vmseries_and_autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1223,7 +1223,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/common_vmseries_and_autoscale/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "vnets" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -867,7 +867,7 @@ variable "test_infrastructure" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/dedicated_vmseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1345,7 +1345,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/dedicated_vmseries/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "vnets" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1055,7 +1055,7 @@ variable "test_infrastructure" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/dedicated_vmseries_and_autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1217,7 +1217,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/dedicated_vmseries_and_autoscale/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "vnets" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -867,7 +867,7 @@ variable "test_infrastructure" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/gwlb_with_vmseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -991,7 +991,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/gwlb_with_vmseries/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "vnets" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -776,7 +776,7 @@ variable "test_infrastructure" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone_panorama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone_panorama/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "vnets" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/standalone_vmseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1279,7 +1279,7 @@ map(object({
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions examples/standalone_vmseries/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "vnets" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down Expand Up @@ -1055,7 +1055,7 @@ variable "test_infrastructure" {
})), {})
route_tables = optional(map(object({
name = string
disable_bgp_route_propagation = optional(bool)
bgp_route_propagation_enabled = optional(bool)
routes = map(object({
name = string
address_prefix = string
Expand Down
4 changes: 2 additions & 2 deletions modules/appgw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -814,11 +814,11 @@ appgws = {
### Requirements

- `terraform`, version: >= 1.5, < 2.0
- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0

### Providers

- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0



Expand Down
2 changes: 1 addition & 1 deletion modules/appgw/versions.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.98"
version = "~> 4.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ details refer to the [var.file_shares](#file_shares) variable documentation.
### Requirements

- `terraform`, version: >= 1.5, < 2.0
- `azurerm`, version: ~> 3.98, <= 3.114
- `azurerm`, version: ~> 4.0

### Providers

- `azurerm`, version: ~> 3.98, <= 3.114
- `azurerm`, version: ~> 4.0



Expand Down
2 changes: 1 addition & 1 deletion modules/bootstrap/versions.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.98, <= 3.114"
version = "~> 4.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ For more customized requirements, below extended definition of GWLB can be appli
### Requirements

- `terraform`, version: >= 1.5, < 2.0
- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0

### Providers

- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0



Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb/versions.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.98"
version = "~> 4.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/loadbalancer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ module "lbe" {
### Requirements

- `terraform`, version: >= 1.5, < 2.0
- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0

### Providers

- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0



Expand Down
2 changes: 1 addition & 1 deletion modules/loadbalancer/versions.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.98"
version = "~> 4.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/natgw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ by Azure.
### Requirements

- `terraform`, version: >= 1.5, < 2.0
- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0

### Providers

- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0



Expand Down
2 changes: 1 addition & 1 deletion modules/natgw/versions.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.98"
version = "~> 4.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/ngfw_metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ module "ngfw_metrics" {
### Requirements

- `terraform`, version: >= 1.5, < 2.0
- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0

### Providers

- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0



Expand Down
2 changes: 1 addition & 1 deletion modules/ngfw_metrics/versions.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.98"
version = "~> 4.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/panorama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The acceptance applies to the entirety of your Azure Subscription.
### Requirements

- `terraform`, version: >= 1.5, < 2.0
- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0

### Providers

- `azurerm`, version: ~> 3.98
- `azurerm`, version: ~> 4.0



Expand Down
Loading

0 comments on commit 4010f00

Please sign in to comment.