Skip to content

Releases: cloudposse/terraform-aws-ec2-bastion-server

0.5.1: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#31)

18 Aug 07:53
f421a80
Compare
Choose a tag to compare
1. Update Version Pinning for Terraform to support 0.13

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.

0.5.0

18 Aug 07:21
a28831b
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.4.0: Update for Terraform 0.12 (#27)

21 Jul 03:25
072d8e5
Compare
Choose a tag to compare
* tf 0.12 upgrade with tests and examples

* update route53 module to 0.3.0

* update label module version

* add default value for security_groups var

* modify DNS record

* add hostname to output

* add description to input

* add separate sec group input variable for ingress

* regenerate readme

* Update example/test to us us-east-2

* Updated README.md

* format example main.tf

* use an ami that exists in us-east-2 in tests

* Fix test CIDR checks to match updated dynamic-subnets logic

Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>

0.3.0

17 Jul 01:10
aec1f9e
Compare
Choose a tag to compare
Add chatops files (#28)

0.2.7 TravisCI

18 Oct 01:07
93dd8df
Compare
Choose a tag to compare

what

  • Add TravisCI

why

  • To lint Terraform code
  • To monitor build status

0.2.6 Add a parameter to configure allowed IP ranges

17 Oct 02:41
Compare
Choose a tag to compare

What

Add a parameter to configure allowed IP ranges

Why

Bastion doesn't have to be available from any IP (0.0.0.0/0)

0.2.5 Make zone_id optional

17 Oct 00:50
Compare
Choose a tag to compare

what

Make zone_id optional

why

zone_id parameter is declared is optional, but it really wasn't

Regenerate README.md

27 Jul 14:09
14873bf
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

17 Jul 08:53
cf4e0a9
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.2.2: Add Instance ID to outputs (#8)

21 Mar 00:09
Compare
Choose a tag to compare
* Added instance id

* Fixed typo