Skip to content

Commit

Permalink
Fixing SSM Parameter Issue (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 authored Jun 12, 2023
1 parent f7b0b8f commit 905400a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/eks-monitoring/add-ons/external-secrets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ resource "aws_ssm_parameter" "secret" {
value = jsonencode({
GF_SECURITY_ADMIN_APIKEY = var.grafana_api_key
})
key_id = aws_kms_key.secrets.id
overwrite = true
key_id = aws_kms_key.secrets.id
}

resource "kubectl_manifest" "secret" {
Expand Down

0 comments on commit 905400a

Please sign in to comment.