Kevin Rowlandson

Results 178 comments of Kevin Rowlandson

Following extensive further testing, I've observed the following regarding this policy: 1. The template deployed by this policy appears to always get stuck in a loop with an `InternalServerError` response...

@roberthstrand... No-one working on this yet from our side so if you'd like to contribute that would be awesome. Just be aware that there are still a lot of legitimate...

@roberthstrand - just a heads up that I am partially covering this as part of an upcoming update. The files I will be resolving include the following: - main.tf -...

Upon further investigation and testing, care needs to be taken when using `lookup()` to avoid errors similar to the following: ```shell ╷ │ Error: Invalid function argument │ │ on...

Workaround for the above... if you want an `object()` instead of a `map()` in Terraform, create an `object()` and merge your input into it... ![image](https://user-images.githubusercontent.com/12268562/163124975-e3ab2f51-6bcc-40dc-ad8d-5e2709afc801.png) I could have done this...

Looks good to me. Main observation (and this is a slight extension to the original conversation around consistency) is that it's difficult to differentiate between networking policies and whether they...

Thank you for your request @evrimsenturk ... as @jtracey93 says, we are dependent on the AzureRM provider before we can add this capability. This will also need to be aligned...