Skip to content

Commit

Permalink
change vpc module ref from 8.6.0 to develop to test transit gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Dec 7, 2023
1 parent 81c9010 commit a4079f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/010-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Create VPC
*/
module "vpc" {
source = "github.com/silinternational/terraform-modules//aws/vpc?ref=8.6.0"
source = "github.com/silinternational/terraform-modules//aws/vpc?ref=develop"
app_name = var.app_name
app_env = var.app_env
aws_zones = var.aws_zones
Expand Down

0 comments on commit a4079f4

Please sign in to comment.