aws_api_gateway_rest_api

    0

    0

    lucycodes42

    Terraform snippets

    The code creates an API resource named "MyDemoAPI" that describes the API that is being created.

    Shortcut: tf_aws_api_gateway_rest_api

    resource "aws_api_gateway_rest_api" "${MyDemoAPI}" {
       name = "${MyDemoAPI}"
       description = "This is my API for demonstration purposes"
    }
    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.