Skip to content

Commit 6f7ff93

Browse files
authored
Merge pull request #34447 from sasidhar-aws/d-lightsail_bucket_access_key
Best Practices - Updated access keys in documentation examples
2 parents 41d2a1f + 2d30f8a commit 6f7ff93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/docs/cdktf/python/r/lightsail_bucket_access_key.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class MyConvertedCode(TerraformStack):
7171
Using `terraform import`, import `aws_lightsail_bucket_access_key` using the `id` attribute. For example:
7272

7373
```console
74-
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIA47VOQ2KPR7LLRZ6D
74+
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIAIOSFODNN7EXAMPLE
7575
```
7676

7777
<!-- cache-key: cdktf-0.19.0 input-4987b702ac9d88a7d12a903a50c895eccdf400c8ee70bccc957c21e050e1eb7f -->

website/docs/cdktf/typescript/r/lightsail_bucket_access_key.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class MyConvertedCode extends TerraformStack {
7777
Using `terraform import`, import `awsLightsailBucketAccessKey` using the `id` attribute. For example:
7878

7979
```console
80-
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIA47VOQ2KPR7LLRZ6D
80+
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIAIOSFODNN7EXAMPLE
8181
```
8282

8383
<!-- cache-key: cdktf-0.19.0 input-4987b702ac9d88a7d12a903a50c895eccdf400c8ee70bccc957c21e050e1eb7f -->

website/docs/r/lightsail_bucket_access_key.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashico
4646
```terraform
4747
import {
4848
to = aws_lightsail_bucket_access_key.test
49-
id = "example-bucket,AKIA47VOQ2KPR7LLRZ6D"
49+
id = "example-bucket,AKIAIOSFODNN7EXAMPLE"
5050
}
5151
```
5252

5353
Using `terraform import`, import `aws_lightsail_bucket_access_key` using the `id` attribute. For example:
5454

5555
```console
56-
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIA47VOQ2KPR7LLRZ6D
56+
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIAIOSFODNN7EXAMPLE
5757
```

0 commit comments

Comments
 (0)