aws_acm_certificate

    0

    0

    lucycodes42

    Terraform snippets

    The following code specifies an Amazon Cloud Management Certificate that will be used for reporting to Amazon CloudWatch. The domain for this certificate is "tf.${example}.com." The status for this certificate is "ISSUED.

    Shortcut: tf_aws_acm_certificate

    data "aws_acm_certificate" "${example}" {
       domain = "tf.${example}.com"
       statuses = ["ISSUED]"]
    }
    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.