Module used for creating or updating resources on api gateway
- Usage
- Requirements
- Providers
- Inputs
- Outputs
- Dependencies - Required external modules
Add to your terraform code.
module "tf_apigw_resource" {
source = "git@github.com:beaudryj/tf_apigw_resource.git"
input_name = "var.input_name"
}
Name |
Version |
terraform |
~> 0.12.0 |
aws |
~> 2.0 |
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 |
Name |
Description |
resource_id |
n/a |
N/A