Skip to content

Commit

Permalink
Merge pull request #928 from GSA/jskinne3-upgrade-cloudgov-module
Browse files Browse the repository at this point in the history
Upgrade terraform-cloudgov module
  • Loading branch information
ccostino authored Apr 23, 2024
2 parents 701025f + 6a20f2c commit 21c5e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "s3" {
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.7.1"
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.9.1"

cf_org_name = "gsa-tts-benefits-studio"
cf_space_name = "notify-management"
Expand Down
4 changes: 2 additions & 2 deletions terraform/sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "database" {
}

module "redis" {
source = "github.com/18f/terraform-cloudgov//redis?ref=v0.7.1"
source = "github.com/18f/terraform-cloudgov//redis?ref=v0.9.1"

cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
Expand All @@ -27,7 +27,7 @@ module "redis" {
}

module "csv_upload_bucket" {
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.7.1"
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.9.1"

cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
Expand Down

0 comments on commit 21c5e09

Please sign in to comment.