Skip to content

Latest commit

 

History

History
405 lines (257 loc) · 12.6 KB

akamai.md

File metadata and controls

405 lines (257 loc) · 12.6 KB
layout title type resource
resource
akamai
provider
akamai

Index

Example Usage

provider "akamai" {
  version = "1.5.0"

  # appsec_section - (optional) is a type of string
  appsec_section = null
  # cache_enabled - (optional) is a type of bool
  cache_enabled = null
  # config_section - (optional) is a type of string
  config_section = null
  # dns_section - (optional) is a type of string
  dns_section = null
  # edgerc - (optional) is a type of string
  edgerc = null
  # gtm_section - (optional) is a type of string
  gtm_section = null
  # networklist_section - (optional) is a type of string
  networklist_section = null
  # papi_section - (optional) is a type of string
  papi_section = null
  # property_section - (optional) is a type of string
  property_section = null

  # NestingSet
  appsec {
    # access_token - (optional) is a type of string
    access_token = null
    # account_key - (optional) is a type of string
    account_key = null
    # client_secret - (optional) is a type of string
    client_secret = null
    # client_token - (optional) is a type of string
    client_token = null
    # host - (optional) is a type of string
    host = null
    # max_body - (optional) is a type of number
    max_body = null
  }

  # NestingSet
  config {
    # access_token - (optional) is a type of string
    access_token = null
    # account_key - (optional) is a type of string
    account_key = null
    # client_secret - (optional) is a type of string
    client_secret = null
    # client_token - (optional) is a type of string
    client_token = null
    # host - (optional) is a type of string
    host = null
    # max_body - (optional) is a type of number
    max_body = null
  }

  # NestingSet
  dns {
    # access_token - (optional) is a type of string
    access_token = null
    # account_key - (optional) is a type of string
    account_key = null
    # client_secret - (optional) is a type of string
    client_secret = null
    # client_token - (optional) is a type of string
    client_token = null
    # host - (optional) is a type of string
    host = null
    # max_body - (optional) is a type of number
    max_body = null
  }

  # NestingSet
  gtm {
    # access_token - (optional) is a type of string
    access_token = null
    # account_key - (optional) is a type of string
    account_key = null
    # client_secret - (optional) is a type of string
    client_secret = null
    # client_token - (optional) is a type of string
    client_token = null
    # host - (optional) is a type of string
    host = null
    # max_body - (optional) is a type of number
    max_body = null
  }

  # NestingSet
  network {
    # access_token - (optional) is a type of string
    access_token = null
    # account_key - (optional) is a type of string
    account_key = null
    # client_secret - (optional) is a type of string
    client_secret = null
    # client_token - (optional) is a type of string
    client_token = null
    # host - (optional) is a type of string
    host = null
    # max_body - (optional) is a type of number
    max_body = null
  }

  # NestingSet
  property {
    # access_token - (optional) is a type of string
    access_token = null
    # account_key - (optional) is a type of string
    account_key = null
    # client_secret - (optional) is a type of string
    client_secret = null
    # client_token - (optional) is a type of string
    client_token = null
    # host - (optional) is a type of string
    host = null
    # max_body - (optional) is a type of number
    max_body = null
  }
}

top

Resources

top

Datasources

top