Skip to content

Commit

Permalink
drop deprecated replace_security_groups_on_destroy attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasuhr authored Nov 29, 2023
1 parent 4771a3b commit efb20b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ resource "aws_lambda_function" "this" {
}
}

replace_security_groups_on_destroy = var.vpc_config != null ? true : null

dynamic "environment" {
// local.environments is built using a merge, and merges always result in a map
// so we can safely assume we're dealing with a map here.
Expand Down

0 comments on commit efb20b4

Please sign in to comment.