Skip to content

Commit

Permalink
fix: remove deprecated overwrite param in this module (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuannie1 authored Jan 10, 2024
1 parent 41d16e9 commit a47c396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-ssm-params-writer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 a47c396

Please sign in to comment.