Skip to content

Commit

Permalink
fix: asset bucket issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl committed Nov 27, 2024
1 parent 4b398e6 commit cb62d00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion infra/terraform/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ module "service" {
source = "../../modules/service"

environment = "dev"
account = "054614622558"

legacy_environment = "DEV"

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/modules/service/cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "aws_route53_zone" "public" {
}

data "aws_s3_bucket" "assets" {
bucket = "${var.account}-vol-app-assets"
bucket = "*-vol-app-assets"
}

locals {
Expand Down

0 comments on commit cb62d00

Please sign in to comment.