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

Add PSUseShouldProcess support for Set-WTerraformVersion #6

Open
WhiteTomX opened this issue Jan 10, 2021 · 0 comments
Open

Add PSUseShouldProcess support for Set-WTerraformVersion #6

WhiteTomX opened this issue Jan 10, 2021 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@WhiteTomX
Copy link
Owner

PSScriptanalyzer complains about PSUseShouldProcess. The function is not changing much, but it changes file system and config, so we should impletement ShoulProcess for that.

Expected Behavior

PSScriptanalyzer does not complain anymore
If running Set-WTerraform -Version 0.14.0 -Confirm Should ask for confirmation for downloading Terraform and for adding path to config.

Current Behavior

Weid things

Possible Solution

Context

Not realy important but let's do it anyway.

Your Environment

  • Module version used: 0.0.1
  • Operating System and PowerShell version: 5.1
@WhiteTomX WhiteTomX added this to the 1.0.0 milestone Jan 10, 2021
@WhiteTomX WhiteTomX added the good first issue Good for newcomers label Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant