Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: Supportability for planOnly mode #325

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
Loading
from
Open

Conversation

ASHR4
Copy link

@ASHR4 ASHR4 commented Mar 19, 2025

Pull Request

Issue

#236

Description

Description of changes:

  • Add planOnly attribuite to Deploy-Accelerator.ps1
  • Added planOnly switch in New-Bootstrap.ps1
  • Added planOnly switch in Invoke-Terraform.ps1

License

By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.

@github-actions github-actions bot added the Needs: Triage 🔍 Needs triaging by the team label Mar 19, 2025
Copy link
Member

@jaredfholgate jaredfholgate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if(!$autoApprove) {
if($planOnly) {
return
} elseif(!$autoApprove) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just make the a second if statement for readability since the two options are not directly related?

Suggested change
} elseif(!$autoApprove) {
}
if(!$autoApprove) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage 🔍 Needs triaging by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.