You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulumi AI doesn't know about the new docker-build provider
It suggests using const image = awsx.ecr.buildAndPushImage which doesn't exist
it suggest passing a awsx.ecs.FargateTaskDefinition to awsx.ecs.FargateService which doesn't compile Type 'FargateTaskDefinition' is not assignable to type 'Input<string> | undefined'.
The text was updated successfully, but these errors were encountered:
https://www.pulumi.com/ai/conversations/3f06452d-4b4c-4739-b9b9-24fcaeac6381
A couple of issues:
const image = awsx.ecr.buildAndPushImage
which doesn't existawsx.ecs.FargateTaskDefinition
toawsx.ecs.FargateService
which doesn't compileType 'FargateTaskDefinition' is not assignable to type 'Input<string> | undefined'.
The text was updated successfully, but these errors were encountered: