Skip to content

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

0.4.3 Update readme yaml file and rebuild md

06 Dec 12:52
afd5503
Compare
Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

Regenerate README.md

27 Jul 14:10
3f44978
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:54
8ed0ec3
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.4.0: Fix typo in `outputs.tf` (#18)

12 Jul 19:33
Compare
Choose a tag to compare
* Fixed typo in outputs.tf

* Removed ansible

Bump terraform-aws-ec2-instance to 0.4.0

08 Nov 12:23
Compare
Choose a tag to compare

What

  • Bump terraform-aws-ec2-instance to 0.4.0
  • Fix typo in ouputs.tf
  • Remove Ansible provisioner

Why

  • It is better to have Ansible separately from TF, because Ansible has own provisioning approach (inventory)

Update terraform-aws-ec2-instance module to the 0.3.11 version

24 Oct 06:50
Compare
Choose a tag to compare

What

  • Add aws_security_group_rule for ssh ingress
  • Update version of terraform-aws-ec2-instance module
  • Update version of terraform-aws-route53-cluster-hostname module
  • Disable default Security Group in terraform-aws-ec2-instance
  • Update README.md

Why

  • We need terraform-aws-ec2-admin-server to use the latest terraform-aws-ec2-instance and terraform-aws-route53-cluster-hostname
  • Disable default Security Group in terraform-aws-ec2-instance because only 1 SG per interface is allowed
  • Resolve infinite pending changes for terraform-null-ansible