Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1e6c8b0

Browse files
authored
docs: Reflect KMS changes from 0.16.0 in README.md (#1242)
With version 0.16.0: > When using a CMK by setting the variable kms_key_id, a small update is > required. Replace this variable by the ARN of the CMK by setting > kms_key_arn.
1 parent 9aa7456 commit 1e6c8b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ resource "aws_kms_key" "github" {
251251
module "runners" {
252252
253253
...
254-
manage_kms_key = false
255-
kms_key_id = aws_kms_key.github.key_id
254+
kms_key_arn = aws_kms_key.github.arn
256255
...
257256
258257
```

0 commit comments

Comments
 (0)