1
0

chore: updated kms key id

This commit is contained in:
xpk
2026-02-20 08:42:44 +08:00
parent c96abf07eb
commit c27e66254b
+1 -1
View File
@@ -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