Skip to content

Commit 7d2ac53

Browse files
Rename 'AwsConnectionStatus' to 'ConnectionStatus' so the template re… (#2606)
1 parent 0220200 commit 7d2ac53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/atlascli/command/atlas-privateEndpoints-aws-interfaces-describe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ If the command succeeds, the CLI returns output similar to the following sample.
9393

9494
.. code-block::
9595

96-
ID STATUS ERROR
97-
<InterfaceEndpointId> <AwsConnectionStatus> <ErrorMessage>
96+
ID STATUS ERROR
97+
<InterfaceEndpointId> <ConnectionStatus> <ErrorMessage>
9898

9999

100100
Examples

internal/cli/atlas/privateendpoints/aws/interfaces/describe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (opts *DescribeOpts) initStore(ctx context.Context) func() error {
4444
}
4545

4646
var describeTemplate = `ID STATUS ERROR
47-
{{.InterfaceEndpointId}} {{.AwsConnectionStatus}} {{.ErrorMessage}}
47+
{{.InterfaceEndpointId}} {{.ConnectionStatus}} {{.ErrorMessage}}
4848
`
4949

5050
func (opts *DescribeOpts) Run() error {

0 commit comments

Comments
 (0)