Commit 4cc36f7
committed
fix(service): remove vpc_id check from subnet data count
The conditional for the aws_subnet data resource count no longer checks
if var.vpc_id is null. This simplifies the logic and ensures the subnet
data resource is created whenever a security group is needed and
subnet_ids are provided.1 parent 239a60c commit 4cc36f7
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1876 | 1876 | | |
1877 | 1877 | | |
1878 | 1878 | | |
1879 | | - | |
1880 | | - | |
| 1879 | + | |
1881 | 1880 | | |
1882 | 1881 | | |
1883 | 1882 | | |
| |||
0 commit comments