Releases: cloudposse/terraform-aws-ec2-admin-server
Releases · cloudposse/terraform-aws-ec2-admin-server
0.4.3 Update readme yaml file and rebuild md
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
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.4.0: Fix typo in `outputs.tf` (#18)
* Fixed typo in outputs.tf * Removed ansible
Bump terraform-aws-ec2-instance to 0.4.0
What
- Bump
terraform-aws-ec2-instance
to0.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
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 latestterraform-aws-ec2-instance
andterraform-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