Skip to content

Latest commit

 

History

History
117 lines (69 loc) · 2.45 KB

linode.md

File metadata and controls

117 lines (69 loc) · 2.45 KB
layout title type resource
resource
linode
provider
linode

Index

Example Usage

provider "linode" {
  version = "1.16.0"

  # api_version - (optional) is a type of string
  api_version = null
  # max_retry_delay_ms - (optional) is a type of number
  max_retry_delay_ms = null
  # min_retry_delay_ms - (optional) is a type of number
  min_retry_delay_ms = null
  # skip_instance_ready_poll - (optional) is a type of bool
  skip_instance_ready_poll = null
  # token - (required) is a type of string
  token = null
  # ua_prefix - (optional) is a type of string
  ua_prefix = null
  # url - (optional) is a type of string
  url = null
}

top

Resources

top

Datasources

top