Skip to content

Commit

Permalink
update source ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Vanbuskirk committed Aug 10, 2023
1 parent b2f72d9 commit 7a0d794
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/logwarden.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ resource "google_secret_manager_secret_version" "config" {
}

module "logwarden" {
source = "<module_source>"
version = ""
source = "github.com/trufflesecurity/terraform-gcp-logwarden?ref=1.0.0"

# These are defined in per-env tfvars files(see prod.tfvars)
# expansion to multiple regions/envs will have some variables injected from CI or Spacelift
Expand Down

0 comments on commit 7a0d794

Please sign in to comment.