Skip to content

Commit c374209

Browse files
committed
Move note higher
1 parent 5802852 commit c374209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/actions/ec2_stop_instance.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description: |-
66
Stops an EC2 instance.
77
---
88

9+
~> **Note:** `aws_ec2_stop_instance` is in beta. Its interface and behavior may change as the feature evolves, and breaking changes are possible. It is offered as a technical preview without compatibility guarantees until Terraform 1.14 is generally available.
10+
911
# Action: aws_ec2_stop_instance
1012

1113
Stops an EC2 instance. This action will gracefully stop the instance and wait for it to reach the stopped state.
1214

1315
For information about Amazon EC2, see the [Amazon EC2 User Guide](https://docs.aws.amazon.com/ec2/latest/userguide/). For specific information about stopping instances, see the [StopInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_StopInstances.html) page in the Amazon EC2 API Reference.
1416

15-
~> **Note:** `aws_ec2_stop_instance` is in beta. Its interface and behavior may change as the feature evolves, and breaking changes are possible. It is offered as a technical preview without compatibility guarantees until Terraform 1.14 is generally available.
16-
1717
~> **Note:** This action directly stops EC2 instances which will interrupt running workloads. Ensure proper coordination with your applications before using this action.
1818

1919
## Example Usage

0 commit comments

Comments
 (0)