Skip to content
New issue

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

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

Already on GitHub? # to your account

Add aws_s3_bucket_public_access_block to this module #17

Closed
andrii29 opened this issue Feb 28, 2020 · 3 comments
Closed

Add aws_s3_bucket_public_access_block to this module #17

andrii29 opened this issue Feb 28, 2020 · 3 comments

Comments

@andrii29
Copy link

Hello,
please add
https://www.terraform.io/docs/providers/aws/r/s3_bucket_public_access_block.html
resource to this module

Regards,
Andrii

@antonbabenko
Copy link
Member

Hi @andrii29 ,

v1.6.0 has been just released. It has support for blocking public access, see an example:

// S3 bucket-level Public Access Block configuration
block_public_acls = true
block_public_policy = true
ignore_public_acls = true
restrict_public_buckets = true

@andrii29
Copy link
Author

andrii29 commented Mar 9, 2020

Hello,

please add this values to outputs

Regards,
Andrii

@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 29, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants