Skip to content

🚀[Feature]: DLS/IaC - Define a way to declare resources and config using the module #112

@MariusStorhaug

Description

@MariusStorhaug

Description

As an example i would like to define a powershell file with settings on a resource like:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions