hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
656 stars 465 forks source link

Add option to use_existing_s3_bucket instead of creating one. #240

Open queglay opened 3 years ago

queglay commented 3 years ago

If var.use_existing_s3_bucket is true, will acquire the bucket id and arn by the provided var.s3_bucket_name instead of creating a new bucket in this module. This allows a user to avoid creating and destroying the S3 bucket repeatedly, and they can persist configuration from the s3 backend even after destroying this module.

queglay commented 3 years ago

I'm just checking, did I create this pull request correctly? It relates to the enhancement suggestion - https://github.com/hashicorp/terraform-aws-vault/issues/236

queglay commented 2 years ago

I'm wondering what other needs might need to be met for this to be approved?

queglay commented 2 years ago

Is anything preventing this from being merged?

hashicorp-cla commented 2 years ago

CLA assistant check
All committers have signed the CLA.