forked from terraform-aws-modules/terraform-aws-ec2-instance
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add availability_zone #1
Draft
ecojuntak
wants to merge
74
commits into
gopaytech:master
Choose a base branch
from
terraform-aws-modules:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…use of `count` for module `count`/`for_each` (#234)
## [3.2.1](v3.2.0...v3.2.1) (2021-11-22) ### Bug Fixes * update CI/CD process to enable auto-release workflow ([#250](#250)) ([1508c9e](1508c9e))
# [3.3.0](v3.2.1...v3.3.0) (2021-11-22) ### Features * Add instance IPv6 addresses to the outputs ([#249](#249)) ([08bdf6a](08bdf6a))
## [3.4.0](v3.3.0...v3.4.0) (2022-01-14) ### Features * Add `instance_metadata_tags` attribute and bump AWS provider to support ([#254](#254)) ([b2fb960](b2fb960))
## [3.5.0](v3.4.0...v3.5.0) (2022-03-12) ### Features * Made it clear that we stand with Ukraine ([6867788](6867788))
## [3.6.0](v3.5.0...v3.6.0) (2022-05-06) ### Features * Added wrappers automatically generated via pre-commit hook ([#271](#271)) ([6e8c541](6e8c541))
…rovider to v4.7+ (#272)
## [4.1.0](v4.0.0...v4.1.0) (2022-07-19) ### Features * Add support for `disable_api_stop` attribute ([#275](#275)) ([cb367ec](cb367ec))
* fix bug for capacity reservation id assignment * addition of test case * revert of outputs in complete test case * fix formatting and tfdocs * fix formatting and tfdocs * run of pre-commit hooks * fix README * fix README * fix example to be deployable * fix example to be deployable * Update examples/complete/main.tf * Update examples/complete/main.tf Co-authored-by: Samuel CHNIBER <[email protected]> Co-authored-by: Bryant Biggs <[email protected]>
### [4.1.1](v4.1.0...v4.1.1) (2022-07-21) ### Bug Fixes * Creation of an Instance with a Capacity Reservation ID ([#278](#278)) ([f12ac95](f12ac95))
Co-authored-by: Samuel CHNIBER <[email protected]>
Co-authored-by: Samuel CHNIBER <[email protected]> Co-authored-by: Bryant Biggs <[email protected]>
## [4.4.0](v4.3.1...v4.4.0) (2023-04-21) ### Features * Addition of block device information in outputs ([#319](#319)) ([884e244](884e244))
Co-authored-by: Bryant Biggs <[email protected]>
## [4.5.0](v4.4.0...v4.5.0) (2023-04-21) ### Features * Add unique tags to EBS block devices ([#327](#327)) ([55ed759](55ed759))
… for AMD SEV-SNP (#334) Co-authored-by: Samuel CHNIBER <[email protected]>
## [5.1.0](v5.0.0...v5.1.0) (2023-05-30) ### Features * Implementation of the cpu_options block and addition of support for AMD SEV-SNP ([#334](#334)) ([6a123ad](6a123ad))
## [5.2.0](v5.1.0...v5.2.0) (2023-06-28) ### Features * Add input variable 'instance_tags' ([#343](#343)) ([025d3b4](025d3b4))
### [5.2.1](v5.2.0...v5.2.1) (2023-07-06) ### Bug Fixes * Fixed outputs for Block Devices ([#344](#344)) ([80381d2](80381d2))
## [5.3.0](v5.2.1...v5.3.0) (2023-08-16) ### Features * Remove call data ssm parameter when ami id is specified ([#351](#351)) ([7ffc3dd](7ffc3dd))
### [5.3.1](v5.3.0...v5.3.1) (2023-08-17) ### Bug Fixes * Fixed ami variable when using without ssm ([#354](#354)) ([a1691a0](a1691a0))
Co-authored-by: Bryant Biggs <[email protected]>
## [5.4.0](v5.3.1...v5.4.0) (2023-08-30) ### Features * Add `availability_zone` output ([#347](#347)) ([1b2cdeb](1b2cdeb))
… access (#336) Co-authored-by: Bryant Biggs <[email protected]>
## [5.5.0](v5.4.0...v5.5.0) (2023-08-30) ### Features * Add example for connecting via Session Manager without Internet access ([#336](#336)) ([68edef8](68edef8))
Co-authored-by: Bryant Biggs <[email protected]>
## [5.6.0](v5.5.0...v5.6.0) (2023-12-25) ### Features * Support Private DNS name options ([#370](#370)) ([d3520fd](d3520fd))
## [5.6.1](v5.6.0...v5.6.1) (2024-03-07) ### Bug Fixes * Update CI workflow versions to remove deprecated runtime warnings ([#379](#379)) ([2c9e615](2c9e615))
## [5.7.0](v5.6.1...v5.7.0) (2024-08-26) ### Features * Added parameter to attach aws_eip ([#391](#391)) ([57cdd5d](57cdd5d))
## [5.7.1](v5.7.0...v5.7.1) (2024-10-11) ### Bug Fixes * Update CI workflow versions to latest ([#409](#409)) ([e48d67f](e48d67f))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.