Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MariusStorhaug opened this issue Aug 7, 2024 · 0 comments · May be fixed by #125
Open
Labels
feature New feature

Comments

@MariusStorhaug
Copy link
Member

MariusStorhaug commented Aug 7, 2024

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.
@MariusStorhaug MariusStorhaug added the feature New feature label Aug 7, 2024
@MariusStorhaug MariusStorhaug changed the title 🚀[Feature]: Define a way to declare resources and config using the module 🚀[Feature]: DLS/IaC - Define a way to declare resources and config using the module Aug 7, 2024
@MariusStorhaug MariusStorhaug linked a pull request Nov 6, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant