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

Expose additional args to init command #1259

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2023

  1. fix: add additional flags to init command

    ensure existing properties specifically called out are "protected"
    
    addressess gruntwork-io#318
    dnitsch committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8533008 View commit details
    Browse the repository at this point in the history
  2. fix: remove statefile check

    Not doing an InitApply so never writes it out
    
     tested previously
    dnitsch committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e8b129f View commit details
    Browse the repository at this point in the history
  3. fix: code comments

    dnitsch committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3ab5133 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. fix: randomize temp folders in test

    should avoid untested errors when run in Parallel
    dnitsch committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b2247ca View commit details
    Browse the repository at this point in the history