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!