Provides a Cloud Foundry resource for managing shared or private domains in Cloud Foundry.
cloudfoundry/cloudfoundry | cloudfoundry-community/cloudfoundry |
---|---|
resource "cloudfoundry_domain" "sample" { |
resource "cloudfoundry_domain" "sample" { |
Note
🔵 Required 🟢 Optional 🟠 Computed 🔴 Not present
|| Attribute name | Cloud Foundry Provider| Community Cloud Foundry Provider (old) | Description |
| --- | --- | --- | --- |
| sub_domain | 🔴 | 🟢 | sub_domain
and domain
attributes from community provider values need to be combined to a FQDN and value should be set in name
attribute. |
| domain | 🔴| 🟢 | Refer above |
| supported_protocols | 🟠| 🔴 | - |
| shared_orgs | 🟢 | 🔴 | Accomplishes the feature of cloudfoundry_private_domain_access
resource in the community provider .Allows specifying the organizations to share the private domain with. |
| labels | 🟢 | 🔴 | - |
| annotations | 🟢 | 🔴 | - |