azure::domain¶
Creates a Domain
Example¶
azure::domain domain-example
resource-group: $(azure::resource-group resource-group-example)
email-service: $(azure::email-service email-service-example)
domain-management: "CustomerManaged"
name: "cloud.brightspot.dev"
tags: {
"example": "example"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| resource-group | The resource group in which to build the service (Required) |
| email-service | The email service where the domain is (Required) |
| name | The domain name (Required) |
| domain-management | The domain management type. Defaults to CUSTOMER_MANAGED. Valid values are AzureManaged, CustomerManaged or CustomerManagedInExchangeOnline. |
| tags map | The tags associated with this resource |
Outputs¶
| Attribute | Description |
|---|---|
| data-location | The location where the email service stores its data at rest |
| verification-records | The verification records for this domain |
| verification-states | The verification status records for this domain |