Adrian Celebanski

Results 11 comments of Adrian Celebanski

Hi @gruebel, are there any updates on this?

Hi @gruebel, I did some research on that and we still have a problem. In the `ssl_policy` block, we use property `min_protocol_version` (we don't use `disabled_protocols` property at all). Its...

Hi @JamesWoolfenden & @gruebel, did you have a chance to analyse my last comment? Thanks.

Hi @ChanochShayner, this is what I meant: **main.tf:** ```hcl resource "azurerm_application_gateway" "this" { (...) ssl_policy { policy_name = var.global_ssl_policy.type == "Predefined" ? var.global_ssl_policy.name : null policy_type = var.global_ssl_policy.type min_protocol_version =...

It looks like it's not fixed yet, I tried to add this `sas_policy` block to this repo: https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules/blob/main/modules/bootstrap/main.tf But the check still doesn't pass so I had to ignore it.

Hello @naveednawazkhan, any news on this one?

For some reason it still shows `Test Infrastructure` example and `Application Insights` module which have been removed. Something's wrong.

Hey Łukasz, are you still planning to prepare more complex examples to compare old vs new way of doing things?

The workaround doesn't work for me either. I had to revert to `v1.94.2`. The code: [.pre-commit-config.yaml](https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules/blob/main/.pre-commit-config.yaml) [.terraform-docs.yml](https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules/blob/main/.terraform-docs.yml)

@migara currently when you go to the VM-Series section in Azure, you can see `cloudngfw` module (example is hidden). Is that alright or we should be able to hide modules...