Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Updates examples and documentation in resource and data source with new ISS attributes and structure #2438

Merged
merged 15 commits into from
Jul 19, 2024
Prev Previous commit
Next Next commit
fmt
maastha committed Jul 19, 2024
commit c5fd897009b33bdf6e27d61a57a48a65f0be5236
14 changes: 7 additions & 7 deletions internal/service/advancedcluster/data_source_advanced_cluster.go
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ func DataSource() *schema.Resource {
Required: true,
},
"use_replication_spec_per_shard": {
Type: schema.TypeBool,
Optional: true,
Type: schema.TypeBool,
Optional: true,
},
"advanced_configuration": SchemaAdvancedConfigDS(),
"backup_enabled": {
@@ -59,9 +59,9 @@ func DataSource() *schema.Resource {
Computed: true,
},
"disk_size_gb": {
Type: schema.TypeFloat,
Computed: true,
Deprecated: DeprecationMsgOldSchema,
Type: schema.TypeFloat,
Computed: true,
Deprecated: DeprecationMsgOldSchema,
},
"encryption_at_rest_provider": {
Type: schema.TypeString,
@@ -117,8 +117,8 @@ func DataSource() *schema.Resource {
Deprecated: DeprecationMsgOldSchema,
},
"zone_id": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
},
"external_id": {
Type: schema.TypeString,
4 changes: 2 additions & 2 deletions internal/service/advancedcluster/resource_advanced_cluster.go
Original file line number Diff line number Diff line change
@@ -180,8 +180,8 @@ func Resource() *schema.Resource {
Deprecated: DeprecationMsgOldSchema,
},
"zone_id": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
},
"external_id": {
Type: schema.TypeString,