Mykhailo Roit
Mykhailo Roit
Hi @idoavrah terragrunt is a wrapper for a terraform. It only makes easy terraform execution. Terragrunt as terraform wrapper generate plan: `terragrunt plan -out tfplan` can execute command like this...
1. I can run `terraform show tfplan -no-color >tfplan.txt` to convert plan to the plain text format or generate json using `terraform show -json tfplan > tfplan.json`. This is not...
Hello I suggest only adding this setting for storing in the app config. I didn't ask for changing the default value
for fix https://github.com/Micke-K/IntuneManagement/issues/300
I found the root cause of this problem Without "**Load All**" script can't Update or Replace existing entries :( 
added related issue https://github.com/Micke-K/IntuneManagement/issues/300
prepared PR https://github.com/Micke-K/IntuneManagement/pull/296 - add a new import type "Replace include assignments"
@Micke-K done
without "Load All" now I have an issue https://github.com/Micke-K/IntuneManagement/issues/299
draft code: MSGraph.psm1. function **Invoke-InitializeModule** ``` $script:lstLoadOptions = @( [PSCustomObject]@{ Name = "20" Value = "20" }, [PSCustomObject]@{ Name = "100" Value = "100" }, [PSCustomObject]@{ Name = "All" Value...