Skip to content

Parameters with identical names should only require one argument #40

@Aftertale

Description

@Aftertale

If a flight contains more than one parameter of the same name, the argument that satisfies that parameter initially should satisfy all instances of the parameter.

ex. the following flight:

{
    "logical": {
        "cdktf": {
            "logic": [
                "https://github.com/cdktf/cdktf-provider-${provider:plain}-go/tree/main/${provider:plain}/${resource:plain}"
            ]
        }
    }
}

should only require fly cdktf azuread dataazureadapplication since ${provider:plain} has already been provided. I have confirmed that setting a default for ${provider} does not solve this.

Love you bye!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions