aws_caller_identity

    0

    0

    lucycodes42

    Terraform snippets

    The code creates an output variable called account_id with the value of the data.aws_caller_identity.current.account_id value.

    Shortcut: tf_aws_caller_identity

    data "aws_caller_identity" "current" { }
    
    output "account_id" {
      value = "\${data.aws_caller_identity.current.account_id}"
    }
    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.