tf_apigw_resource

Module used for creating or updating resources on api gateway

Table of Contents

  1. Usage
  2. Requirements
  3. Providers
  4. Inputs
  5. Outputs
  6. Dependencies - Required external modules

Usage

Add to your terraform code.

  module "tf_apigw_resource" {
    source = "git@github.com:beaudryj/tf_apigw_resource.git"

    input_name        = "var.input_name"
  }

Requirements

Name Version
terraform ~> 0.12.0
aws ~> 2.0

Providers

Name Version
aws ~> 2.0

Inputs

Name Description Type Default Required
existing_resourcepath path of new resource string "change to new app" no
new_resource_toggle if new resource string "false" no
new_resourcepath path of new resource string "change to new app" no
rest_api_id if of rest api to deploy to string "" no
root_resource_id resource of parent api string "path of parent api" no
tags Default Tags map n/a yes

Outputs

Name Description
resource_id n/a

Dependencies

N/A