| layout | resource |
|---|---|
| title | heroku |
| type | provider |
| resource | heroku |
provider "heroku" {
version = "4.1.1"
# api_key - (optional) is a type of string
api_key = null
# email - (optional) is a type of string
email = null
# headers - (optional) is a type of string
headers = null
# url - (optional) is a type of string
url = null
# NestingList
customizations {
# set_app_all_config_vars_in_state - (optional) is a type of bool
set_app_all_config_vars_in_state = null
}
# NestingList
delays {
# post_app_create_delay - (optional) is a type of number
post_app_create_delay = null
# post_domain_create_delay - (optional) is a type of number
post_domain_create_delay = null
# post_space_create_delay - (optional) is a type of number
post_space_create_delay = null
}
# NestingList
timeouts {
# addon_create_timeout - (optional) is a type of number
addon_create_timeout = null
}
}