Skip to content

Solve warnings inthe azurerm subnet generation #16

Open
@rcarrata

Description

@rcarrata

When the control_plane_subnet for the ARO cluster is generated we received the following warning:

╷
│ Warning: Argument is deprecated
│
│   with azurerm_subnet.control_plane_subnet,
│   on main.tf line 27, in resource "azurerm_subnet" "control_plane_subnet":
│   27:   enforce_private_link_service_network_policies  = true
│
│ `enforce_private_link_service_network_policies` will be removed in favour of the property
│ `private_link_service_network_policies_enabled` in version 4.0 of the AzureRM Provider
│
│ (and one more similar warning elsewhere)

We should move from the enforce_private_link_service_network_policies to private_link_service_network_policies_enabled in this module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions