Skip to content

Commit deddcab

Browse files
update ec2 basitons on production (#931)
1 parent 9f9d856 commit deddcab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/india/production/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module "postgres-rds" {
4545

4646
# 1.2
4747
module "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]

terraform/nowcasting/production/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module "networking" {
3434

3535
# 0.2
3636
module "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]

0 commit comments

Comments
 (0)