Skip to content

Releases: cloudposse/terraform-aws-ec2-instance

v0.45.1

01 Dec 04:06
7caab4b
Compare
Choose a tag to compare

🚀 Enhancements

Turn tenancy validation message into English prose @irl (#144)

Adds a period at the end of the error message.

what

A single character change to make this into English prose.

why

╷
│ Error: Invalid validation error message
│ 
│   on .terraform/modules/instance/variables.tf line 378, in variable "tenancy":
│  378:     error_message = "Tenancy field can only be one of default, dedicated, host"
│ 
│ The validation error message must be at least one full sentence starting with an uppercase letter and ending with a period or question mark.
│ 
│ Your given message will be included as part of a larger Terraform error message, written as English prose. For broadly-shared modules we suggest using a similar writing style so that the overall result will be consistent.
╵

v0.45.0

24 Nov 00:05
84b5e0a
Compare
Choose a tag to compare
Add ability to configure instance tenancy @RothAndrew (#141)

what

  • Add new variable tenancy that allows user to configure instance tenancy (default (default), dedicated, or host)

why

  • An organization that I work with has a security policy that requires use of dedicated tenancy. This PR adds the capability to do that when using this module.

references

v0.44.0

14 Sep 15:42
1bc0487
Compare
Choose a tag to compare
Added support for gp3 and io2 both root and ebs volumes (fixed copy of #117) @tbpoetke (#136)

what

  • Added support for io2 and gp3 volumes

why

  • original PR had conflicts, this will work hopefully
  • io2 and gp3 are new more performant volumes therefore they should be supported

references

git.io->cloudposse.tools update @dylanbannon (#126)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

v0.43.0

17 Jun 13:50
e3aee1c
Compare
Choose a tag to compare
support-kms-key-id-for-root-volume @woz5999 (#128)

what

  • Support customer managed kms key for block device

why

  • This is supported for other EBS volumes in the module
  • CMK should be supported for root device as well

v0.42.0

24 Mar 19:09
0acac13
Compare
Choose a tag to compare
Adding in support for ec2 metadata_tags @wschultz (#122)

what

  • This adds in an option to turn on the metadata_tags (or off, the default) inside the aws_instance metadata_options.

why

  • There are options for http_endpoint, http_put_response_hop_limit and http_tokens already but not for metadata_tags. This adds that functionality.

v0.41.0

18 Feb 15:52
9a76fe5
Compare
Choose a tag to compare
Support aws provider 4+ @max-lobur (#119)

what

  • Support aws provider 4+

why

  • Current default throws an error in provider 4+

  on .terraform/modules/ec2_zscaler/main.tf line 126, in resource "aws_instance" "default":
 126:   private_ip                           = var.private_ip
  • for terraform provider below 4 pass private_ip="" explicitly

v0.40.0

21 Oct 20:07
1899606
Compare
Choose a tag to compare
add burstable_mode @dmirubtsov (#116)

What

Added burstable_mode for choose burstable mode for T2/T3/T4g instances. It can be "standard" or "unlimited".

Why

I think we should be able to manage this parameter by this module

References

v0.39.5

11 Oct 18:58
3275090
Compare
Choose a tag to compare

🚀 Enhancements

Default ssh_key_pair to null @nitrocode (#115)

what

  • Default ssh_key_pair to null

why

  • If SSM is used, the ssh_key_pair shouldn't be required

references

N/A

v0.39.4

21 Aug 05:02
f225f0a
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#108)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.39.3

21 Aug 03:59
9547fa3
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/security-group/aws to v0.3.3 @renovate (#109)

This PR contains the following updates:

Package Type Update Change
cloudposse/security-group/aws (source) module patch 0.3.2 -> 0.3.3

Release Notes

cloudposse/terraform-aws-security-group

v0.3.3

Compare Source

🤖 Automatic Updates

Update context.tf @​cloudpossebot (#​21) #### what This is an auto-generated PR that updates the `context.tf` file to the latest version from `cloudposse/terraform-null-label` #### why To support all the features of the `context` interface.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.