Skip to content

Adding "-auto-approve" as an optional flag to the SDK. #534

@kishen-v

Description

@kishen-v

Hi all,
I’ve observed that most Terraform operations are run with -auto-approve by default, so there isn’t always an opportunity to review the resources that will be created or destroyed. Do you think it would be useful to add support in the SDK for reviewing changes before they’re applied?

Ref:

args := []string{"apply", "-no-color", "-auto-approve", "-input=false"}

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions