chore: updated kms key id
This commit is contained in:
@@ -24,7 +24,7 @@ module "TestInstance" {
|
||||
type = "gp3"
|
||||
size = 20
|
||||
delete_on_termination = true
|
||||
kms_key_id = module.KmsKeys.cmks["allpurpose"].arn
|
||||
kms_key_id = module.KmsKeys.cmks.allpurpose.arn
|
||||
}
|
||||
metadata_options = {
|
||||
http_put_response_hop_limit = 2
|
||||
|
||||
Reference in New Issue
Block a user