Skip to content

Commit

Permalink
overwrite attribute deprecated and not necessary (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle authored Dec 12, 2024
1 parent 9c19bc3 commit 7cede09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ssm_parameter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resource "aws_ssm_parameter" "ssm_parameter" {
value = each.value.value
description = each.value.description
tier = each.value.tier
overwrite = each.value.overwrite
tags = var.tags
}

Expand All @@ -16,7 +15,6 @@ resource "aws_ssm_parameter" "ssm_parameter_ignore_value" {
value = each.value.value
description = each.value.description
tier = each.value.tier
overwrite = each.value.overwrite
tags = var.tags
lifecycle {
ignore_changes = [value]
Expand Down

0 comments on commit 7cede09

Please sign in to comment.