aws_ecs_container_definition

    0

    0

    lucycodes42

    Terraform snippets

    The following code defines an ECS container named ecs-foobar. The task_definition and container_name are both set to the value foobar.

    Shortcut: tf_aws_ecs_container_definition

    data "aws_ecs_container_definition" "ecs-${name}" {
       task_definition = "${aws_ecs_task_definition.${name}.id}"
       container_name = "${name}"
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.