Provides a Cloud Foundry resource for managing Cloud Foundry application routes.
cloudfoundry/cloudfoundry | cloudfoundry-community/cloudfoundry |
---|---|
|
resource "cloudfoundry_route" "bruh" { |
Note
🔵 Required 🟢 Optional 🟠 Computed 🔴 Not present
Attribute name | Cloud Foundry Provider | Community Cloud Foundry Provider (old) | Description |
---|---|---|---|
hostname | 🔴 | 🟢 | hostname has been changed to host to maintain conformity with V3 API. |
host | 🟢 | 🔴 | - |
endpoint | 🔴 | 🟠 | endpoint has been changed to url to maintain conformity with V3 API. |
url | 🟠 | 🔴 | - |
target | 🔴 | 🟢 | target has been changed to destinations to maintain conformity with V3 API. |
destinations | 🟢 | 🔴 | Supports additional attributes such as app_process_type,protocol and weight. |
labels | 🟢 | 🔴 | - |
annotations | 🟢 | 🔴 | - |
protocol | 🟠 | 🔴 | - |