You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Versions
terraform: hashicorp/ - version = "3.116.0"
azure provider: azurerm
module:
Description
Im trying to upgrade the azurerm provider in my es-caf-module from version from "3.116.0" to "4.0.0" when the plan runs I get this error:
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/enterprise_scale/resources.connectivity.tf line 58, in resource "azurerm_subnet" "connectivity":
│ 58: private_endpoint_network_policies_enabled = each.value.template.private_endpoint_network_policies_enabled
│
│ An argument named "private_endpoint_network_policies_enabled" is not
│ expected here.
this error is based on a file on the resources.connectivity.tf file within the >>> .terraform/modules/enterprise_scale/resources.connectivity.tf fileany changes to this doesnt seem to be picked up. I have commented it out with no good results.
Steps to Reproduce
upgrade hashicorp/azurerm version from version "3.116.0" to version "4.0.0"
error should show up on the planning section citing an unrecognised arguement
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Community Note
Versions
terraform: hashicorp/ - version = "3.116.0"
azure provider: azurerm
module:
Description
Im trying to upgrade the azurerm provider in my es-caf-module from version from "3.116.0" to "4.0.0" when the plan runs I get this error:
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/enterprise_scale/resources.connectivity.tf line 58, in resource "azurerm_subnet" "connectivity":
│ 58: private_endpoint_network_policies_enabled = each.value.template.private_endpoint_network_policies_enabled
│
│ An argument named "private_endpoint_network_policies_enabled" is not
│ expected here.
this error is based on a file on the resources.connectivity.tf file within the >>> .terraform/modules/enterprise_scale/resources.connectivity.tf fileany changes to this doesnt seem to be picked up. I have commented it out with no good results.
Steps to Reproduce
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: