Skip to content

Commit

Permalink
Merge branch '_staging' into feat/cicd-overhaul-11-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Nov 21, 2023
2 parents 5f72058 + 09d9fb1 commit 5e886ea
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 580 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/gost_api/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "efs_data_volume" {

module "arpa_audit_reports_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "4.0.0"
version = "4.0.1"
context = module.s3_label.context
name = "arpa_audit_reports"

Expand Down
4 changes: 2 additions & 2 deletions terraform/modules/gost_website/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module "github_deploy_to_origin_bucket_policy" {

module "origin_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "4.0.0"
version = "4.0.1"
context = module.s3_label.context
name = "origin"

Expand Down Expand Up @@ -131,7 +131,7 @@ resource "aws_s3_object" "origin_dist_artifact" {

module "logs_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "4.0.0"
version = "4.0.1"
context = module.s3_label.context
name = "logs"

Expand Down
Loading

0 comments on commit 5e886ea

Please sign in to comment.