Skip to content

Commit

Permalink
add aws_api_account provider
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 13, 2023
1 parent 1bbd9a0 commit f7623d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/core/10-aws-s3-buckets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,10 @@ module "addresses_api_rds_export_storage" {
identifier_prefix = local.identifier_prefix
bucket_name = "RDS Export Storage"
bucket_identifier = "rds-export-storage"

providers = {
aws = aws.aws_api_account
}
}

resource "aws_s3_bucket_server_side_encryption_configuration" "addresses_api_rds_export_storage" {
Expand Down

0 comments on commit f7623d3

Please sign in to comment.