Skip to content

Commit

Permalink
fix source terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
pe-artefact committed Apr 26, 2023
1 parent 0b29c03 commit 0956994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider "google" {
}
module "datalake" {
source = "artefactory/finops/google"
source = "artefactory/datalake/google"
project_id = local.project_id
buckets = [
"source-a",
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "google" {
}

module "datalake" {
source = "artefactory/finops/google"
source = "artefactory/datalake/google"

project_id = local.project_id

Expand Down

0 comments on commit 0956994

Please sign in to comment.