Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Daniel bucket#5

Open
ghost wants to merge 2 commits intomasterfrom
daniel-bucket
Open

Daniel bucket#5
ghost wants to merge 2 commits intomasterfrom
daniel-bucket

Conversation

@ghost
Copy link

@ghost ghost commented Mar 19, 2020

Added variable for s3 bucket force_destroy

@ghost ghost requested a review from alex-harvey-z3q March 19, 2020 03:21
resource "aws_s3_bucket" "bucket" {
count = var.is_guardduty_master && (var.has_ipset || var.has_threatintelset) ? 1 : 0
bucket = var.bucket_name
force_destroy = var.force_destroy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be re-indented.

@alex-harvey-z3q
Copy link
Contributor

Hey @dnavarroau as in the other module, ensure you ran the tests and run make docs to update the docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments