Skip to content

Commit

Permalink
fix: update the name of the datalake state source. (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Dec 21, 2023
1 parent 24cbe75 commit 5d1f595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data "terraform_remote_state" "datalake" {
config = {
organization = "wallet-connect"
workspaces = {
name = "data-lake-${local.stage == "dev" ? "staging" : local.stage}"
name = "datalake-${local.stage == "dev" ? "staging" : local.stage}"
}
}
}
Expand Down

0 comments on commit 5d1f595

Please sign in to comment.