Skip to content

Commit

Permalink
comment link
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Oct 29, 2023
1 parent a7bf839 commit 42a3424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssm_parameter.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter
resource "aws_ssm_parameter" "elasticache_ep" {

Check failure on line 2 in ssm_parameter.tf

View workflow job for this annotation

GitHub Actions / scan

CKV_AWS_337: "Ensure SSM parameters are using KMS CMK"

Check failure on line 2 in ssm_parameter.tf

View workflow job for this annotation

GitHub Actions / scan

CKV2_AWS_34: "AWS SSM Parameter should be Encrypted"
name = "/elasticache/${aws_elasticache_replication_group.app4.replication_group_id}/endpoint"
type = "String"
Expand Down

0 comments on commit 42a3424

Please sign in to comment.