@@ -40,7 +40,7 @@ resource "tanzu-mission-control_backup_schedule" "sample-full" {
40
40
}
41
41
42
42
template {
43
- backup_ttl = "2592000s"
43
+ backup_ttl = "2592000s"
44
44
excluded_namespaces = [
45
45
"app-01",
46
46
"app-02",
@@ -169,9 +169,9 @@ resource "tanzu-mission-control_backup_schedule" "sample-full" {
169
169
170
170
template {
171
171
default_volumes_to_fs_backup = false
172
- include_cluster_resources = true
173
- backup_ttl = "604800s"
174
- storage_location = "TARGET_LOCATION_NAME"
172
+ include_cluster_resources = true
173
+ backup_ttl = "604800s"
174
+ storage_location = "TARGET_LOCATION_NAME"
175
175
176
176
label_selector {
177
177
match_expression {
@@ -221,7 +221,6 @@ Valid values are (FULL_CLUSTER, SET_NAMESPACES, LABEL_SELECTOR)
221
221
Optional:
222
222
223
223
- ` cluster ` (Block List, Max: 1) Cluster scope block (see [ below for nested schema] ( #nestedblock--scope--cluster ) )
224
- - ` cluster_group ` (Block List, Max: 1) Cluster group scope block (see [ below for nested schema] ( #nestedblock--scope--cluster_group ) )
225
224
226
225
<a id =" nestedblock--scope--cluster " ></a >
227
226
### Nested Schema for ` scope.cluster `
@@ -233,14 +232,6 @@ Required:
233
232
- ` provisioner_name ` (String) Cluster provisioner name
234
233
235
234
236
- <a id =" nestedblock--scope--cluster_group " ></a >
237
- ### Nested Schema for ` scope.cluster_group `
238
-
239
- Required:
240
-
241
- - ` cluster_group_name ` (String) Cluster group name
242
-
243
-
244
235
245
236
<a id =" nestedblock--spec " ></a >
246
237
### Nested Schema for ` spec `
0 commit comments