Cannot use aws_glue_security_configuration with SSE-S3 encryption because of spurious empty KmsKeyArn #12879
Labels
bug
Addresses a defect in current functionality.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
Community Note
Terraform Version
Terraform v0.12.24
AWS provider v2.57
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When I read the resource back with boto3 client, I expect to see the following:
and to be able to use the resource.
Actual Behavior
It is created with empty strings for "KmsKeyArn"
Trying to use the configuration in a glue job, I get the following error message:
Workaround attempts
I tried setting the
kms_key_arn = null
in the terraform, but the empty string is still there.I also tried to specify the key arn, as follows:
In that case,
terraform apply
gives me the following error message:Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: