Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit ac1e1e1

Browse files
author
Sean Sundberg
authored
Fixes broken module dependency reference (#11)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 4041860 commit ac1e1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ versions:
3737
output: name
3838
- name: vpc_subnet_count
3939
moduleRef:
40-
id: vpc
41-
output: subnets
40+
id: subnets
41+
output: count
4242
- name: vpc_subnets
4343
moduleRef:
4444
id: subnets

0 commit comments

Comments
 (0)