We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7194fb commit bcb9416Copy full SHA for bcb9416
src/components/ecs-service.ts
@@ -79,11 +79,11 @@ export type EcsServiceArgs = {
79
* please use the `secrets` property.
80
* Defaults to [].
81
*/
82
- environment?: aws.ecs.KeyValuePair[];
+ environment?: pulumi.Input<aws.ecs.KeyValuePair[]>;
83
/**
84
* The secrets to pass to the container. Defaults to [].
85
86
- secrets?: aws.ecs.Secret[];
+ secrets?: pulumi.Input<aws.ecs.Secret[]>;
87
88
* Enable service auto discovery and assign DNS record to service.
89
* Defaults to false.
0 commit comments