Skip to content

Commit

Permalink
chore: import bucket policy
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Mar 5, 2024
1 parent 9e2f01f commit bd594b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terragrunt/org_account/billing_extract_tags/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import {
id = "5bf89a78-1503-4e02-9621-3ac658f558fb"
}

import {
to = aws_s3_bucket_policy.billing_extract_tags
id = "5bf89a78-1503-4e02-9621-3ac658f558fb"
}

module "billing_extract_tags" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.2.4"
bucket_name = "5bf89a78-1503-4e02-9621-3ac658f558fb"
Expand Down

0 comments on commit bd594b8

Please sign in to comment.