polite-napkin-90098
02/10/2023, 7:22 PMconst mgVersion: pulumi.Input<string> = mgLaunchTemplate.latestVersion.apply(v => v.toString());
but that's horrible.
Should I raise a bug?steep-toddler-94095
02/10/2023, 8:14 PMpolite-napkin-90098
02/10/2023, 8:37 PMsteep-toddler-94095
02/10/2023, 8:47 PMpolite-napkin-90098
02/10/2023, 9:44 PMsteep-toddler-94095
02/10/2023, 9:47 PMInput<string>
type is not because of a decision Pulumi has much control over. $Latest
is not a Pulumi invention, it's from AWS's specs