You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/landingzone.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ Optional:
81
81
-`aws` (Attributes) AWS platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--aws))
82
82
-`azure` (Attributes) Azure platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--azure))
83
83
-`azurerg` (Attributes) Azure Resource Group platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--azurerg))
84
+
-`custom` (Attributes) Custom platform properties. Custom platforms do not require any platform-specific configuration properties, so this is intentionally an empty object (`{}`). Simply set `custom = {}` in your Terraform configuration. (see [below for nested schema](#nestedatt--spec--platform_properties--custom))
84
85
-`gcp` (Attributes) GCP platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--gcp))
85
86
-`kubernetes` (Attributes) Kubernetes platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--kubernetes))
86
87
-`openshift` (Attributes) OpenShift platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--openshift))
description = "A new custom landing zone for testing"
66
+
automate_deletion_approval = false
67
+
automate_deletion_replication = false
68
+
info_link = "https://example.com"
69
+
70
+
platform_ref = {
71
+
// UUID of an existing custom platform.
72
+
uuid = "7035ad04-f912-44d5-98ce-ddcc2cf84b10"
73
+
}
74
+
75
+
platform_properties = {
76
+
// Nothing to be specified for custom platforms, but the block must be present.
77
+
custom = {}
78
+
}
79
+
}
80
+
}
55
81
```
56
82
57
83
<!-- schema generated by tfplugindocs -->
@@ -109,6 +135,7 @@ Optional:
109
135
-`aws` (Attributes) AWS platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--aws))
110
136
-`azure` (Attributes) Azure platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--azure))
111
137
-`azurerg` (Attributes) Azure Resource Group platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--azurerg))
138
+
-`custom` (Attributes) Custom platform properties. Custom platforms do not require any platform-specific configuration properties, so this is intentionally an empty object (`{}`). Simply set `custom = {}` in your Terraform configuration. (see [below for nested schema](#nestedatt--spec--platform_properties--custom))
112
139
-`gcp` (Attributes) GCP platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--gcp))
113
140
-`kubernetes` (Attributes) Kubernetes platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--kubernetes))
114
141
-`openshift` (Attributes) OpenShift platform properties. (see [below for nested schema](#nestedatt--spec--platform_properties--openshift))
MarkdownDescription: "Custom platform properties. Custom platforms do not require any platform-specific configuration properties, so this is intentionally an empty object (`{}`). Simply set `custom = {}` in your Terraform configuration.",
0 commit comments