aws

    0

    1

    lucycodes42

    Terraform snippets

    You can use the following code to create an aws provider:

    aws create-provider --name myprovider --access-key AWS ACCESS KEY --secret-key AWS SECRET KEY --region AWS REGION

    Shortcut: tf_aws

    provider "aws" {
       access_key = "AWS ACCESS KEY"
       secret_key = "AWS SECRET KEY"
       region = "AWS REGION"
    }
    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.