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

Closed
MariusStorhaug opened this issue Aug 7, 2024 · 1 comment
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
Copy link
Member Author

Closing down as wont do for the time being. Thinking it makes more sense to make something with DSC if so.

@MariusStorhaug MariusStorhaug closed this as not planned Won't fix, can't repro, duplicate, stale Apr 7, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in GitHub PowerShell Module Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant