### Description As an example i would like to define a powershell file with settings on a resource like: ```powershell Repository 'GitHub' { name = "GitHub" visibility = "public" actions = @{ enabled = "all" } custom_properties = @{ type = "Module" } } ``` - Create if not exists. - If exists ensure that its according to settings. - Allow whatif, only check what has changed.