instant_​config

Version: v2025-01-13Includes use: No

Behavior name: InstantConfig

Multi-Domain Configuration, also known as InstantConfig, allows you to apply property settings to all incoming hostnames based on a DNS lookup, without explicitly listing them among the property's hostnames.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

data "akamai_property_rules_builder" "instant_config" {
  rules_v2025_02_18 {
    name     = "InstantConfig"
    comments = "Applies property settings to all incoming hostnames based on a DNS lookup."
    behavior {
      instant_config {
        enabled = true
      }
    }
  }
}
"behaviors": [
  {
  "name": "instantConfig",
  "options": {
    "enabled": true
    }
  }
]

Options

Option Description
enabled
Enables the InstantConfig behavior.