Skip to content

Commit 95be43c

Browse files
committed
fix(ec2-bastion): update ec2_bastion module version to 0.31.2 and remove unused template provider
1 parent e2cb177 commit 95be43c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

modules/ec2-bastion/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module "aws_key_pair" {
1010

1111
module "ec2_bastion" {
1212
source = "cloudposse/ec2-bastion-server/aws"
13-
version = "0.31.1"
13+
version = "0.31.2"
1414

1515
enabled = module.this.enabled
1616

modules/ec2-bastion/versions.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@ terraform {
66
source = "hashicorp/aws"
77
version = ">= 2.55"
88
}
9-
template = {
10-
source = "hashicorp/template"
11-
version = ">= 2.1"
12-
}
139
}
1410
}

0 commit comments

Comments
 (0)