Skip to content

Commit

Permalink
use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Aug 27, 2020
1 parent 4961c2e commit 02883d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/xray_encryption_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ POLICY
resource "aws_xray_encryption_config" "example" {
type = "KMS"
key_id = "${aws_kms_key.example.arn}"
key_id = aws_kms_key.example.arn
}
```

Expand Down

0 comments on commit 02883d4

Please sign in to comment.