Closed junha-ahn closed 1 year ago
Thank you!
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Add new variable
create_kms
variable it creates a new kmsMotivation and Context
356
For now, ec2 moudule just use key_name variable
If you input key_name, It find the (already exist) Key Pair on AWS. dosen't craete a new key pair, so you have to create key manually
So, I just add
create_kms
variable it creates a new kmsBreaking Changes
New Variable
create_kms
BooleanNew Output
kms
aws/KMS ModuleHow Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request