Skip to content

Commit

Permalink
trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 24, 2026
1 parent 55bd83c commit 9f3ab23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ locals {

resource "terraform_data" "subnet_validation" {
count = length(local.subnets) >= 2 ? 0 : "fail"

lifecycle {
precondition {
condition = length(local.subnets) >= 2
Expand Down

0 comments on commit 9f3ab23

Please sign in to comment.