Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 858 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 858 Bytes

Requirements

Name Version
terraform ~> 0.13
aws ~> 3
null ~> 3

Providers

Name Version
aws ~> 3
null ~> 3

Inputs

Name Description Type Default Required
api_gw_endpoint_type The type of API Gateway Endpoint string "REGIONAL" no
api_gw_stage_name The name of the API Gateway Stage. This is used to avoid cycles within the
configuration (e.g. between CloudWatch Log Groups and Stage).
string "v1" no
extra_tags Extra tags to add to the resources map {} no
region The AWS region where to deploy. string "eu-west-2" no

Outputs

Name Description
api_url The URL to be used to invoke the API