Skip to content

Commit

Permalink
Merge pull request #34447 from sasidhar-aws/d-lightsail_bucket_access…
Browse files Browse the repository at this point in the history
…_key

Best Practices - Updated access keys in documentation examples
  • Loading branch information
ewbankkit authored Nov 16, 2023
2 parents 41d2a1f + 2d30f8a commit 6f7ff93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class MyConvertedCode(TerraformStack):
Using `terraform import`, import `aws_lightsail_bucket_access_key` using the `id` attribute. For example:

```console
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIA47VOQ2KPR7LLRZ6D
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIAIOSFODNN7EXAMPLE
```

<!-- cache-key: cdktf-0.19.0 input-4987b702ac9d88a7d12a903a50c895eccdf400c8ee70bccc957c21e050e1eb7f -->
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class MyConvertedCode extends TerraformStack {
Using `terraform import`, import `awsLightsailBucketAccessKey` using the `id` attribute. For example:

```console
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIA47VOQ2KPR7LLRZ6D
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIAIOSFODNN7EXAMPLE
```

<!-- cache-key: cdktf-0.19.0 input-4987b702ac9d88a7d12a903a50c895eccdf400c8ee70bccc957c21e050e1eb7f -->
4 changes: 2 additions & 2 deletions website/docs/r/lightsail_bucket_access_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashico
```terraform
import {
to = aws_lightsail_bucket_access_key.test
id = "example-bucket,AKIA47VOQ2KPR7LLRZ6D"
id = "example-bucket,AKIAIOSFODNN7EXAMPLE"
}
```

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

```console
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIA47VOQ2KPR7LLRZ6D
% terraform import aws_lightsail_bucket_access_key.test example-bucket,AKIAIOSFODNN7EXAMPLE
```

0 comments on commit 6f7ff93

Please sign in to comment.