项目作者: davidski
项目描述 :
🌎🏠 Terraform deployment for update-zestimate Lambda function
高级语言: HCL
项目地址: git://github.com/davidski/tf-zestimate-update.git
Zestimate Update Function
DEPRECATED This component has been merged into my primary mono-repo.
Requirements
Name |
Version |
terraform |
>= 0.12.0, < 0.14.0 |
aws |
~> 2.0 |
aws |
~> 2.70 |
random |
~> 2.2 |
Providers
Name |
Version |
aws |
~> 2.0 ~> 2.70 |
terraform |
n/a |
Name |
Description |
Type |
Default |
Required |
aws_profile |
Name of AWS profile to use for API access. |
string |
"default" |
no |
aws_region |
n/a |
string |
"us-west-2" |
no |
bucket_key |
Location of Zestimate history file in S3. |
string |
"data/zestimate_history.csv" |
no |
project |
Default value for project tag. |
string |
"zestimate" |
no |
vpc_cidr |
CIDR for build VPC |
string |
"192.168.0.0/16" |
no |
zpid |
Zillow property ID. |
any |
n/a |
yes |
zwsid |
Zillow API ID. |
any |
n/a |
yes |
Outputs
Name |
Description |
lambda_role_arn |
n/a |