aws_ebs_volume

    0

    0

    lucycodes42

    Terraform snippets

    This code creates an Amazon EBS volume with the name "volume-type" and the tag "Example".

    Shortcut: tf_aws_ebs_volume

    data "aws_ebs_volume" "${ebs_volume}" {
        most_recent = true
        filter {
            name = "volume-type"
            values = ["gp2"]
        }
        filter {
            name = "tag:${Name}"
            values = ["${Example}"]
        }
    }
    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.