James Wilkinson

Results 7 comments of James Wilkinson

Would using [`policy_default_values`](https://github.com/Azure/terraform-azurerm-avm-ptn-alz#input_policy_default_values) & [`policy_assignments_to_modify`](https://github.com/Azure/terraform-azurerm-avm-ptn-alz#input_policy_assignments_to_modify) work for this? I'm starting to use this module to manage 3 environments and I can customize the policy assignment parameter values for each environment...

@chrholt I've not had the issue getting 'Missing Resource State After Create', but several times I've had the 403 error. A subsequent re-run or two of the deployment fixed it....

Not the original author, but from my perspective v0.9.0-beta with v2 AzAPI has been working really well. Much faster to deploy and so far at least, without the intermittent errors...

Thanks, I agree it wouldn't make sense to create the full set of defaults here. What I was thinking was that instead of having the value replaced in full like...

Conceptually it solves the Private DNS issue that originated the issue, I think templating still has merit as it's more flexible if upstream policies can't be changed, but I don't...

Also having this issue, but need to be able set whether approval is enabled based on configuration pulled from YAML, so `ignore_changes` isn't an option. A workaround in case it...

Thanks @matt-FFFFFF, not sure how I missed that! library_overwrite_enabled answers the 1st ask. However, if you set a default with the same name it overwrites it entirely rather than merging...