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

Add ability to customize S3 bucket name when using terraform deployment option #622

Open
AlexandreBrown opened this issue Mar 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@AlexandreBrown
Copy link
Contributor

AlexandreBrown commented Mar 16, 2023

Is your feature request related to a problem? Please describe.
With the automated script we can customize the S3 bucket name that will be created/used during the deployment.
This is not possible at the moment with the terraform deployment option

Describe the solution you'd like
I am requesting the port of this feature to the terraform deployment option.
There could be a variable that we can set to customize the S3 bucket name.

Nice to have that can be added later :
Ideally, the bucket creation should be skipped if the bucket already exists (this way we can re-install using a previously created bucket from a previous install).

Additional context
Current result :
image

@AlexandreBrown AlexandreBrown added the enhancement New feature or request label Mar 16, 2023
@AlexandreBrown
Copy link
Contributor Author

AlexandreBrown commented May 15, 2023

@surajkota Extra motivation : Having a known name allows to fine-tune the S3 policy to authorize just this specific bucket instead of using a policy with a wildcard that allows access to all S3 resources *.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant