UNPKG

terraform-plus

Version:
23 lines (16 loc) 829 B
# api_gateway_api_key Provides an API Gateway API Key. ## input variables | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| |api_gateway_key_name|The name of the API key.|string|{{ name }}|No| |api_gateway_key_description|The API key description.|string|Managed by Terraform Plus|No| |api_gateway_key_enabled|Specifies whether the API key can be used by callers.|boolean|true|No| ## output parameters | Name | Description | Type | |------|-------------|:----:| |api_gateway_key_id|The ID of the API key.|string| |api_gateway_key_name|The name of the API key.|string| |api_gateway_key_created_date|The creation date of the API key.|string| |api_gateway_key_last_updated_date|The last update date of the API key.|string| |api_gateway_key_value|The value of the API key.|string|