Skip to content

Commit f326528

Browse files
committed
Adds preview note to List Resource documentation
1 parent 1b7d4c3 commit f326528

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

website/docs/list-resources/batch_job_queue.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |-
88

99
# List Resource: aws_batch_job_queue
1010

11+
~> **Note:** The `aws_batch_job_queue` List Resource 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.
12+
1113
Lists Batch Job Queue resources.
1214

1315
## Example Usage

website/docs/list-resources/cloudwatch_log_group.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |-
88

99
# List Resource: aws_cloudwatch_log_group
1010

11+
~> **Note:** The `aws_cloudwatch_log_group` List Resource 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.
12+
1113
Lists CloudWatch Logs Log Group resources.
1214

1315
## Example Usage

website/docs/list-resources/iam_role.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |-
88

99
# List Resource: aws_iam_role
1010

11+
~> **Note:** The `aws_iam_role` List Resource 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.
12+
1113
Lists IAM Role resources.
1214

1315
Excludes Service-Linked Roles (see "AWS service-linked role" in [IAM Roles Terms and Concepts documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#id_roles_terms-and-concepts)).

website/docs/list-resources/instance.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |-
88

99
# List Resource: aws_instance
1010

11+
~> **Note:** The `aws_instance` List Resource 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.
12+
1113
Lists EC2 Instance resources.
1214

1315
By default, EC2 Instances managed by an Auto Scaling Group and EC2 Instances in either the `terminated` or `shutting-down` state are excluded.

0 commit comments

Comments
 (0)