dtz_containers_domain

last updated: 2025-07-10

The dtz_containers_domain resource allows you to create, read, and delete container domains in the DownToZero.cloud service.

Example Usage

resource "dtz_containers_domain" "example" {
  name = "example.com"
}

Schema

Required

  • name (String) The name of the domain.
    • Changing this value always forces a recreate.

Read-Only

  • context_id (String) The context ID associated with the domain.
  • verified (Boolean) Whether the domain has been verified.
  • created (String) The timestamp when the domain was created.

Import

Import is supported using the following syntax:


Terraform Docs

Github Sources