Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
/ es-kms-key Public archive

A Terraform module that creates a KMS key for usage with Elasticsearch Service

License

Notifications You must be signed in to change notification settings

jdhollis/es-kms-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

es-kms-key

This module provides a KMS key configured for Elasticsearch Service usage.

Usage

module "kms_key" {
  source = "github.com/jdhollis/es-kms-key"
  
  additional_account_ids = ["…"]  # Account IDs for any accounts that need to be able to use the key when accessing bucket objects across accounts.
  alias                  = "…"    # Something descriptive.
  principals             = ["…"]  # In a multi-account setup, this will most likely be the ARN of the assumed role.
}

About

A Terraform module that creates a KMS key for usage with Elasticsearch Service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages