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
MarkdownDescription: "A key-value map of the Network Peering Container ID(s) for the configuration specified in region_configs. The Container ID is the id of the container created when the first cluster in the region (AWS/Azure) or project (GCP) was created.",
MarkdownDescription: "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. This value corresponds to Shard ID displayed in the UI.",
MarkdownDescription: "Set this field to true to allow the data source to use the latest schema representing each shard with an individual replication_specs object. This enables representing clusters with independent shard scaling.",
MarkdownDescription: "Additional settings for an Atlas cluster.",
443
440
// Avoid adding optional-only attributes, if the block is removed and attributes are not null in the state we get unintentional plan changes after apply.
444
441
// Avoid computed-optional with Default, if the block is removed and the attribute Default != state value we get unintentional plan changes after apply.
MarkdownDescription: "Lifetime, in seconds, of multi-document transactions. Atlas considers the transactions that exceed this limit as expired and so aborts them through a periodic cleanup process.",
MarkdownDescription: "When true, documents can only be updated or inserted if, for all indexed fields on the target collection, the corresponding index entries do not exceed 1024 bytes. When false, mongod writes documents that exceed the limit but does not index them.",
515
511
},
516
512
"default_max_time_ms": schema.Int64Attribute{
517
513
Computed: true,
@@ -605,10 +601,9 @@ type TFModelDS struct {
605
601
}
606
602
607
603
typeTFModelPluralDSstruct {
608
-
ProjectID types.String`tfsdk:"project_id"`
609
-
Results []*TFModelDS`tfsdk:"results"`
610
-
UseReplicationSpecPerShard types.Bool`tfsdk:"use_replication_spec_per_shard"`// TODO: added as in current resource
611
-
IncludeDeletedWithRetainedBackups types.Bool`tfsdk:"include_deleted_with_retained_backups"`// TODO: not in current resource, decide if keep
0 commit comments