Skip to content

Commit

Permalink
Use upstream git source (#1224)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Oct 9, 2024
1 parent f54ea48 commit 6cc20cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ module "github-workload-identity" {
}

module "gradle-build-cache" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "6.1.0"

source = "github.com/terraform-google-modules/terraform-google-cloud-storage/modules/simple_bucket"
location = var.project_region
name = "playground-build-cache"
project_id = var.project_id
Expand Down

0 comments on commit 6cc20cc

Please sign in to comment.