PaloAltoNetworks / terraform-templates

This repo contains Terraform templates to deploy infrastructure on AWS and Azure and to secure them using the Palo Alto Networks Next Generation Firewalls
Apache License 2.0
146 stars 151 forks source link

updated to terraform v0.14.3 azurerm v2.13.0 compa #32

Open ramganesh19 opened 3 years ago

ramganesh19 commented 3 years ago

updated to terraform v0.14.3 azurerm v2.13.0 compatible. Removed following Warinings Warning: Version constraints inside provider configuration blocks are deprecated

on az_two_tier.tf line 10, in provider "azurerm": 10: version = "=2.13.0"

Warning: "address_prefix": [DEPRECATED] Use the address_prefixes property instead.

on az_two_tier.tf line 201, in resource "azurerm_subnet" "PAN_FW_Subnet0": 201: resource "azurerm_subnet" "PAN_FW_Subnet0" {

Warning: Quoted references are deprecated

on az_two_tier.tf line 255, in resource "azurerm_network_interface" "VNIC0": 255: depends_on = ["azurerm_virtual_network.PAN_FW_VNET",

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate)

Types of changes

Checklist