Skip to content

Commit

Permalink
Merge pull request #31 from schubergphilis/fvb/mcaf-tf-registry
Browse files Browse the repository at this point in the history
enhancement: Move mcaf S3 to Terraform Registry
  • Loading branch information
fatbasstard authored Sep 13, 2024
2 parents 15af685 + db3f537 commit 3b920ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Terraform module to setup and manage an AWS Redshift cluster.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_logging_bucket"></a> [logging\_bucket](#module\_logging\_bucket) | github.com/schubergphilis/terraform-aws-mcaf-s3 | v0.10.0 |
| <a name="module_logging_bucket"></a> [logging\_bucket](#module\_logging\_bucket) | schubergphilis/mcaf-s3/aws | ~> 0.14 |

## Resources

Expand Down
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ resource "aws_redshift_parameter_group" "default" {
module "logging_bucket" {
count = local.create_logging_bucket

source = "github.com/schubergphilis/terraform-aws-mcaf-s3?ref=v0.10.0"
source = "schubergphilis/mcaf-s3/aws"
version = "~> 0.14"

name = var.logging.bucket_name
force_destroy = var.force_destroy
policy = data.aws_iam_policy_document.logging[0].json
Expand Down

0 comments on commit 3b920ce

Please sign in to comment.