Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Resource for Managing Glue Security Configurations #6286

Closed
bflad opened this issue Oct 26, 2018 · 3 comments · Fixed by #6288
Closed

Feature Request: Resource for Managing Glue Security Configurations #6286

bflad opened this issue Oct 26, 2018 · 3 comments · Fixed by #6288
Assignees
Labels
new-resource Introduces a new resource. service/glue Issues and PRs that pertain to the glue service.
Milestone

Comments

@bflad
Copy link
Contributor

bflad commented Oct 26, 2018

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

The AWS Glue service added security configurations as a method for handling encryption options for various Glue resources.

New or Affected Resource(s)

  • aws_glue_security_configuration

Potential Terraform Configuration

# New Resource, not implemented and details may change during implementation
resource "aws_glue_security_configuration" "example" {
  name = ""

  encryption_configuration {
    cloudwatch_encryption {
      cloudwatch_encryption_mode = ""
      kms_key_arn = ""
    }

    job_bookmarks_encryption {
      job_bookmarks_encryption_mode = ""
      kms_key_arn = ""
    }

    s3_encryption {
      kms_key_arn = ""
      s3_encryption_mode = ""
    }
  }
}

References

@bflad bflad added new-resource Introduces a new resource. service/glue Issues and PRs that pertain to the glue service. labels Oct 26, 2018
@bflad bflad self-assigned this Oct 26, 2018
@bflad
Copy link
Contributor Author

bflad commented Oct 26, 2018

Pull request submitted: #6288

@bflad bflad added this to the v1.42.0 milestone Oct 31, 2018
@bflad
Copy link
Contributor Author

bflad commented Nov 1, 2018

This has been released in version 1.42.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Apr 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/glue Issues and PRs that pertain to the glue service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant