standard_​tls_​migration_​override

Version: v2025-01-13Includes use: No

Behavior name: Standard TLS Migration Override

When applying standard_tls_migration, add this behavior if your new certificate is SNI-only, if your property includes any advanced features, any Edge IP Binding enabled hosts, or if any foreground downloads are configured.

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.

Note: There are no options for this behavior. Placing it in the behavior block without options enables it.

data "akamai_property_rules_builder" "standard_tls_migration_override" {
  rules_v2025_02_18 {
    name     = "Standard TLS Migration Override"
    comments = "Works with standard_tlsmigration to manage new SNI certificates."
    behavior {
      standard_tls_migration_override {
      }
    }
  }
}
"behaviors": [
  {
    "name": "standardTLSMigrationOverride",
    "options": {
    }
  }
]