aws_profile

    0

    0

    lucycodes42

    Terraform snippets

    The code above creates an instance of the AWS provider with the name "aws" and sets the region to "AWS REGION". The code also sets the shared_credentials_file to the path/to/.aws/creds file and the profile to "AWS PROFILE".

    Shortcut: tf_aws_profile

    provider "aws" {
       region = "AWS REGION"
       shared_credentials_file = "path/to/.aws/creds"
       profile = "AWS PROFILE"
    }
    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.