Skip to content

Commit 2c94d7e

Browse files
committed
reference console + add newlines
1 parent 807db87 commit 2c94d7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

internal/services/instance/server.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,10 @@ func ResourceInstanceServerRead(ctx context.Context, d *schema.ResourceData, m i
792792
Detail: fmt.Sprintf("Instance type %q will soon reach End of Service", server.CommercialType),
793793
Summary: fmt.Sprintf(`Your Instance will soon reach End of Service. You can check the exact date on the Scaleway console. We recommend that you migrate your Instance before that.
794794
Here are the %d best options for %q, ordered by relevance: [%s]
795-
You can check the full list of compatible server types using the CLI command 'scw instance server get-compatible-types %s zone=%s'`,
795+
796+
You can check the full list of compatible server types:
797+
- on the Scaleway console
798+
- using the CLI command 'scw instance server get-compatible-types %s zone=%s'`,
796799
len(mostRelevantTypes),
797800
server.CommercialType,
798801
strings.Join(mostRelevantTypes, ", "),

0 commit comments

Comments
 (0)