-
-
Notifications
You must be signed in to change notification settings - Fork 840
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 the ability to specify cors-rules #16
Conversation
/codefresh run test |
@jjungnickel could you resolve conflicts? |
@@ -98,3 +98,14 @@ variable "allow_encrypted_uploads_only" { | |||
default = false | |||
description = "Set to `true` to prevent uploads of unencrypted objects to S3 bucket" | |||
} | |||
|
|||
variable "cors_rule_inputs" { | |||
type = list(object({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description required
Also please rebuild README by executing these commands:
It will add the new variables and outputs to In general, any changes to README should be made in thanks |
@jjungnickel can you rebase and address the comments? |
@aknysh Sorry for the long delay. I rebased and added the description, rebuilding readme |
Just to know, will this get merge? Thanks |
/codefresh run test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @jjungnickel
Originally from https://github.com/terraform-aws-modules/terraform-aws-s3-bucket