Difference between revisions of "Container definitions: environment ="
Jump to navigation
Jump to search
(Redirected page to Environment (aws ecs register-task-definition, ContainerDefinitions)) Tag: New redirect |
|||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | environment = | |
+ | |||
+ | "environment": [ | ||
+ | {"name": "VARNAME", "value": "VARVAL"} | ||
+ | ], | ||
+ | |||
+ | |||
+ | environment = [ | ||
+ | ] | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | * [[Terraform resource: aws_ecs_task_definition]], <code>[[Terraform aws ecs task definition: container_definitions|container_definitions]]</code> | ||
+ | * [[environment:]] for <code>[[aws ecs register-task-definition]]</code> | ||
+ | * [[secrets =]] | ||
+ | |||
+ | == See also == | ||
+ | * [[environment (aws ecs register-task-definition, ContainerDefinitions)]] | ||
+ | * {{aws_ecs_task_definition}} | ||
+ | * {{aws ecs register-task-definition}} | ||
+ | |||
+ | [[Category:AWS]] |
Latest revision as of 09:27, 18 May 2023
environment =
"environment": [ {"name": "VARNAME", "value": "VARVAL"} ],
environment = [ ]
Related[edit]
- Terraform resource: aws_ecs_task_definition,
container_definitions
- environment: for
aws ecs register-task-definition
- secrets =
See also[edit]
- environment (aws ecs register-task-definition, ContainerDefinitions)
- Terraform resource:
aws_ecs_task_definition: container_definitions, family, revision, cpu, cpu_architecture, memory, MemoryReservation, volume, execution_role_arn, requires_compatibilities, dependsOn
aws ecs register-task-definition, --container-definitions, environment:
Advertising: