Skip to content

Commit 811e418

Browse files
committed
fix(ec2-bastion): revert ec2_bastion module version to 0.31.1
1 parent 95be43c commit 811e418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.2"
13+
version = "0.31.1"
1414

1515
enabled = module.this.enabled
1616

0 commit comments

Comments
 (0)