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

Daniel bucket #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Daniel bucket #5

wants to merge 2 commits into from

Conversation

dnavarroau
Copy link

Added variable for s3 bucket force_destroy

@@ -8,6 +8,7 @@ locals {
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.

2 participants