Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#typescript
Title
f
faint-oil-7535
03/24/2020, 1:31 AM
Hey, can someone show me how I can define a KeyValuePair array in TS aws ecs container definition, as in the following example container definition? Cheers
Untitled
Figured it out from searching similar posts and found how secrets are set.
environment: [{
name: "SOME_ENV_VARIABLE",
value: "This Value"
}]
Post