Skip to content

Commit bc52e22

Browse files
committed
docs: correct note formatting in introduction.md
1 parent af8d381 commit bc52e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/terraform/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ In the `aws_s3_bucket_policy` resource, we are using the `bucket` argument to re
11801180

11811181
The `data` block to fetch information about an IAM group. We are using the `aws_iam_group` data source to fetch information about an IAM group named `finance-analysts`. We are using the `group_name` argument to specify the name of the group. We can use the `arn` attribute to reference the ARN of the group.
11821182

1183-
:::Note
1183+
:::note
11841184
The bucket naming should not contain uppercase letters, underscores, or special characters. `ss_aa` is not allowed due to DNS compatibility.
11851185
:::
11861186

0 commit comments

Comments
 (0)