rapid-eve-24229
12/17/2021, 10:39 PMfrom pulumi import export
import pulumi_aws as aws
# Create an Elastic Container Service (ECS) cluster in the default VPC
cluster = aws.ecs.Cluster(
"app-cluster",
settings=[aws.ecs.ClusterSettingArgs(name="containerInsights", value="enabled")],
)
Also does not work in Python 3.9
Also tried all the latest pip install libraries with the same message
Also tried a brand new project, still same message
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by