Releases: DanielRDias/terraform-aws-dedicated-host
Releases · DanielRDias/terraform-aws-dedicated-host
v1.0.0
1.0.0 (2022-10-30)
feat: 🎸 Replace cloud formation with aws_ec2_host resource 0c6124b)
Uses aws_ec2_host terraform resource to replace the solution created before terraform had a dedicated resource.
BREAKING CHANGE: 🧨 Replace Cloud Formation with aws_ec2_host TF resource
v0.3.1
0.3.1 (2022-10-19)
docs✏️
- Updated documentation and examples with the latest macOS version
v0.3.0
0.3.0 (2020-04-25)
Features
- tags: Support CloudFormation stack tags (pull/3)
Thanks to @call
v0.2.1
0.2.1 (2020-12-05)
Bug Fixes
- terraform destroy: fixed the issue doing terraform destroy when the apply fails (77c1923)
v0.2.0
0.2.0 (2020-12-03)
Features
- cf: added cloudformation stack name variable (dab2472)
v0.1.0
feat(main): terraform dedicated hosts initial version
Since dedicated hosts are currently not supported by Terraform, I'm creating it with cloud formation.