Mykhailo Roit

Results 13 comments of 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 :( ![image](https://github.com/user-attachments/assets/c36e1664-eb11-4544-81d3-1fe0a5aac376)

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"

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...