Show Plan
```terraform
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+/- create replacement and then destroy
Terraform will perform the following actions:
# module.lambda_function_1.null_resource.archive[0] must be replaced
+/- resource "null_resource" "archive" {
~ id = "4791690720480872373" -> (known after apply)
~ triggers = { # forces replacement
~ "timestamp" = "1726939316879637000" -> "1726947088601713000"
# (1 unchanged element hidden)
}
}
# module.lambda_function_2.null_resource.archive[0] must be replaced
+/- resource "null_resource" "archive" {
~ id = "5332542586784329249" -> (known after apply)
~ triggers = { # forces replacement
~ "timestamp" = "1726939316885230000" -> "1726947088604999000"
# (1 unchanged element hidden)
}
}
# module.lambda_function_3.null_resource.archive[0] must be replaced
+/- resource "null_resource" "archive" {
~ id = "745775156627632350" -> (known after apply)
~ triggers = { # forces replacement
~ "timestamp" = "1726939316886468000" -> "1726947088607355200"
# (1 unchanged element hidden)
}
}
Plan: 3 to add, 0 to change, 3 to destroy.
```
:robot: Terraform Report
Plan:
3
to add,0
to change,3
to destroyShow Plan
```terraform Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: +/- create replacement and then destroy Terraform will perform the following actions: # module.lambda_function_1.null_resource.archive[0] must be replaced +/- resource "null_resource" "archive" { ~ id = "4791690720480872373" -> (known after apply) ~ triggers = { # forces replacement ~ "timestamp" = "1726939316879637000" -> "1726947088601713000" # (1 unchanged element hidden) } } # module.lambda_function_2.null_resource.archive[0] must be replaced +/- resource "null_resource" "archive" { ~ id = "5332542586784329249" -> (known after apply) ~ triggers = { # forces replacement ~ "timestamp" = "1726939316885230000" -> "1726947088604999000" # (1 unchanged element hidden) } } # module.lambda_function_3.null_resource.archive[0] must be replaced +/- resource "null_resource" "archive" { ~ id = "745775156627632350" -> (known after apply) ~ triggers = { # forces replacement ~ "timestamp" = "1726939316886468000" -> "1726947088607355200" # (1 unchanged element hidden) } } Plan: 3 to add, 0 to change, 3 to destroy. ```