Skip to content

Releases: DanielRDias/terraform-aws-dedicated-host

v1.0.0

30 Oct 17:42
65b526e
Compare
Choose a tag to compare

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

19 Oct 17:25
50c6f25
Compare
Choose a tag to compare

0.3.1 (2022-10-19)

docs✏️

  • Updated documentation and examples with the latest macOS version

v0.3.0

25 Apr 12:33
16127e2
Compare
Choose a tag to compare

0.3.0 (2020-04-25)

Features

  • tags: Support CloudFormation stack tags (pull/3)

Thanks to @call

v0.2.1

05 Dec 16:56
Compare
Choose a tag to compare

0.2.1 (2020-12-05)

Bug Fixes

  • terraform destroy: fixed the issue doing terraform destroy when the apply fails (77c1923)

v0.2.0

03 Dec 17:58
Compare
Choose a tag to compare

0.2.0 (2020-12-03)

Features

  • cf: added cloudformation stack name variable (dab2472)

v0.1.0

02 Dec 00:00
Compare
Choose a tag to compare

feat(main): terraform dedicated hosts initial version

Since dedicated hosts are currently not supported by Terraform, I'm creating it with cloud formation.