Skip to content

Commit

Permalink
Pinning AWS ec-instance module to version 2.21.0 after significant ch…
Browse files Browse the repository at this point in the history
…anges were made in v 3.x
  • Loading branch information
hoodbu authored Sep 10, 2021
1 parent fa615a8 commit a631ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module "security_group_1" {

module "aws_spoke_bastion" {
source = "terraform-aws-modules/ec2-instance/aws"
version = "2.21.0"
instance_type = var.aws_test_instance_size
name = "${var.aws_spoke1_name}-bastion"
ami = data.aws_ami.ubuntu.id
Expand Down

0 comments on commit a631ae6

Please sign in to comment.