Skip to content

Commit

Permalink
feat: Remove deprecated overwrite parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Sep 22, 2023
1 parent b79a999 commit 9208e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-params-writer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ resource "aws_ssm_parameter" "parameter" {

type = "SecureString"
key_id = data.aws_kms_key.key.id
overwrite = "true"

tags = {
managedBy = "terraform"
Expand Down

0 comments on commit 9208e8e

Please sign in to comment.