Skip to content

Latest commit

 

History

History
129 lines (80 loc) · 2.75 KB

heroku.md

File metadata and controls

129 lines (80 loc) · 2.75 KB
layout title type resource
resource
heroku
provider
heroku

Index

Example Usage

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
  }
}

top

Resources

top

Datasources

top