Skip to content

Commit 3bc18e3

Browse files
authored
Merge pull request #3 from byu-oit/bump-acs-info
use acs-info v2.1.0
2 parents 492e71f + 08b7b7f commit 3bc18e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//TODO: maybe move to single repo using github pages
22
module "acs" {
3-
source = "github.com/byu-oit/terraform-aws-acs-info.git?ref=v1.1.0"
4-
env = var.env
3+
source = "github.com/byu-oit/terraform-aws-acs-info.git?ref=v2.1.0"
54
vpc_vpn_to_campus = true
65
}
76

0 commit comments

Comments
 (0)