python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
When I create containers in Cosmos DB with the Pulumi I received this error "'resource.partitionKey.paths' should be of type 'array' but got a string"
I tried to create some containers on my Cosmos Db with the Pulumi from this reference.
Regrading the above reference the Partition ID Input should be String.
My code is:
from pulumi_azure_native impo...
Mohsen Akhavan
Votes: 0
Answers: 1
How to pass Pulumi's Output<T> to the container definition of a task within ecs?
A containerDefinition within a Task Definition needs to be provided as a single valid JSON document. I'm creating a generic ECS service that should handle dynamic data. Here is the code:
genericClient...
juju
Votes: 0
Answers: 1
How to attach a fargate service to an existing target-group (pulumi)?
I'm trying to replicate the flow described in here.
I have a load balancer, a listener on 80 port which is supposed to redirect calls to different target groups and a target group for a specific servi...
nicks
Votes: 0
Answers: 1
Pulumi python azure wrong resource name
I am trying to create a sql.ServerVulnerabilityAssessment resource in the following way:
server_vulnerability_assessment=sql.ServerVulnerabilityAssessment('sva',
storage_container_path = con...
Sunflame
Votes: 0
Answers: 1