Skip to content

Commit

Permalink
Update outputs.tf to make project_id match GCP usage
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Sep 20, 2023
1 parent 832e70c commit 28134f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/gcp-modular/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ output "model_deployer_configuration" {
}

# project id
output "project-id" {
output "project_id" {
value = var.project_id
}

Expand Down

0 comments on commit 28134f5

Please sign in to comment.