Skip to content

Commit

Permalink
docs: output that will be displayed in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Oct 28, 2024
1 parent 4170b9b commit 1e6b568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spectrocloud/resource_cluster_import.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func resourceClusterImport() *schema.Resource {
ReadContext: resourceCloudClusterRead,
UpdateContext: resourceCloudClusterUpdate,
DeleteContext: resourceClusterDelete,
DeprecationMessage: "This resource is deprecated. To import a cluster deployed outside of the context of Palette, refer to the Import a Cluster guide at https://docs.spectrocloud.com/clusters/imported-clusters/cluster-import/) to learn more.",

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(10 * time.Minute),
Expand Down

0 comments on commit 1e6b568

Please sign in to comment.