Keith
Keith
@stealthllama I'm currently working on this as it seemed straight forward. Does this issue only have an impact on AddressObject? Or does this need to impact other object types as...
I've started working on this. The Terraform is done, but I need to make some time to test. My approach was to update the logic and remove the public_ip_address_id parameter...
I read over the docs yesterday and this https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/firewall#:~:text=An-,ip_configuration,-block%20supports%20the seems optional. But its only optional if management_ip_configuration is setup which is also flagged optional. Would someone ever run both ip_confguration...
`arg_regex = r'^[\w\s-]+$'` @InspectorCaracal i was looking at the code earlier. Would this regex work? I can look to get a PR going. :)