File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module "postgres-rds" {
4545
4646# 1.2
4747module "ec2-bastion" {
48- source = " github.com/openclimatefix/ocf-infrastructure//terraform/modules/networking/ec2_bastion?ref=205465e "
48+ source = " github.com/openclimatefix/ocf-infrastructure//terraform/modules/networking/ec2_bastion?ref=9f9d856 "
4949 region = local. region
5050 vpc_id = module. network . vpc_id
5151 public_subnets_id = module. network . public_subnet_ids [0 ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ module "networking" {
3434
3535# 0.2
3636module "ec2-bastion" {
37- source = " github.com/openclimatefix/ocf-infrastructure//terraform/modules/networking/ec2_bastion?ref=53a4ac9 "
37+ source = " github.com/openclimatefix/ocf-infrastructure//terraform/modules/networking/ec2_bastion?ref=9f9d856 "
3838 region = var. region
3939 vpc_id = module. networking . vpc_id
4040 public_subnets_id = module. networking . public_subnet_ids [0 ]
You can’t perform that action at this time.
0 commit comments