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

Tags: binlabnet/terraform-aws-ec2-instance

Tags

v1.14.0

Toggle v1.14.0's commit message
2019-01-27T01:06:42Z

e6d2f70 Tags should be possible to override (fixed terraform-aws-modules#53) (terraform-aws-modules#66)
b9a4c55 fix typo (terraform-aws-modules#61)

v1.13.0

Toggle v1.13.0's commit message
Include the module version and some code formatting (terraform-aws-mo…

…dules#52)

* Include the module version and some code formatting

* Explicitly specify the version for SG AWS module

v1.12.0

Toggle v1.12.0's commit message
Fixed terraform-aws-modules#51. t2 and t3 instances can be unlimited

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