🌐 AI搜索 & 代理 主页
Skip to content

Tags: TerraStackIO/terraform-aws-ec2-instance

Tags

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added example of EBS volume attachment (related to terraform-aws-modu…

…les#46) (terraform-aws-modules#47)

v1.10.0

Toggle v1.10.0's commit message
[master]: Narrow t2 selection criteria. (terraform-aws-modules#44)

This narrows the match for things considered to be t2 instances to only
those types that start with "t2.". Previously there was a class of
(invalid) instance types, such as "2b.something" or "t5.something" that
would cause an error on boolean parsing by matching one regex and not
the other.

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed t2-unlimited bug (related issue terraform-aws-modules#35) (terr…

…aform-aws-modules#37)

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for CPU credits (terraform-aws-modules#35)

* Added support for CPU credits

* Updated formatting

v1.7.0

Toggle v1.7.0's commit message
Added encrypted AMI info (terraform-aws-modules#34)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added pre-commit hook to autogenerate terraform-docs (terraform-aws-m…

…odules#33)

v1.5.0

Toggle v1.5.0's commit message
Minor formatting fix

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request terraform-aws-modules#27 from Normo/master

Stop ignoring changes in vpc_security_group_ids

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request terraform-aws-modules#25 from terraform-aws-module…

…s/renamed-count

Renamed count to instance_count (fixes terraform-aws-modules#23)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request terraform-aws-modules#21 from terraform-aws-module…

…s/added-eip-to-example

Added aws_eip to example and pre-commit hooks