alert-zebra-27114
11/15/2024, 2:01 PMmodern-zebra-45309
11/15/2024, 3:25 PMkey_id
to contain? According to https://www.pulumi.com/registry/packages/aws/api-docs/kms/externalkey/#outputs you should get an ARN as well as a provider-specific ID.
It looks like the Terraform provider that's used by AWS classic does not support specifying the key type: https://github.com/hashicorp/terraform-provider-aws/issues/32561modern-zebra-45309
11/15/2024, 3:30 PMorigin
to EXTERNAL
. Presumably you would have to import the key material separately.alert-zebra-27114
11/15/2024, 3:37 PMmodern-zebra-45309
11/15/2024, 4:18 PMkey_id
is the AWS-internal unique identifier for the key material, which in the case of an external key does not exist.