Skip to content

Commit b960ef4

Browse files
authored
doc: Corrects schema description and docs of mongodbatlas_flex_cluster backup_settings.enabled attribute (#3143)
1 parent 015ba58 commit b960ef4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/data-sources/flex_cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ output "mongodbatlas_flex_clusters_names" {
6161

6262
Read-Only:
6363

64-
- `enabled` (Boolean) Flag that indicates whether backups are performed for this flex cluster. Backup uses [TODO](TODO) for flex clusters.
64+
- `enabled` (Boolean) Flag that indicates whether backups are performed for this flex cluster. Backup uses [flex cluster backups](https://www.mongodb.com/docs/atlas/backup/cloud-backup/flex-cluster-backup/).
6565

6666

6767
<a id="nestedatt--connection_strings"></a>

docs/data-sources/flex_clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Read-Only:
6969

7070
Read-Only:
7171

72-
- `enabled` (Boolean) Flag that indicates whether backups are performed for this flex cluster. Backup uses [TODO](TODO) for flex clusters.
72+
- `enabled` (Boolean) Flag that indicates whether backups are performed for this flex cluster. Backup uses [flex cluster backups](https://www.mongodb.com/docs/atlas/backup/cloud-backup/flex-cluster-backup/).
7373

7474

7575
<a id="nestedatt--results--connection_strings"></a>

docs/resources/flex_cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Read-Only:
7979

8080
Read-Only:
8181

82-
- `enabled` (Boolean) Flag that indicates whether backups are performed for this flex cluster. Backup uses [TODO](TODO) for flex clusters.
82+
- `enabled` (Boolean) Flag that indicates whether backups are performed for this flex cluster. Backup uses [flex cluster backups](https://www.mongodb.com/docs/atlas/backup/cloud-backup/flex-cluster-backup/).
8383

8484

8585
<a id="nestedatt--connection_strings"></a>

internal/service/flexcluster/resource_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func ResourceSchema(ctx context.Context) schema.Schema {
7575
Attributes: map[string]schema.Attribute{
7676
"enabled": schema.BoolAttribute{
7777
Computed: true,
78-
MarkdownDescription: "Flag that indicates whether backups are performed for this flex cluster. Backup uses [TODO](TODO) for flex clusters.",
78+
MarkdownDescription: "Flag that indicates whether backups are performed for this flex cluster. Backup uses [flex cluster backups](https://www.mongodb.com/docs/atlas/backup/cloud-backup/flex-cluster-backup/).",
7979
},
8080
},
8181
Computed: true,

0 commit comments

Comments
 (0)