Skip to content

Commit

Permalink
update non-prod -> nonprod
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed Jun 5, 2024
1 parent 8d1e17d commit f3c2546
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
terraform {
backend "gcs" {
bucket = "UPDATE_PROJECTS_BACKEND"
prefix = "terraform/projects/ml_business_unit/non-production"
prefix = "terraform/projects/ml_business_unit/nonproduction"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
cloud {
workspaces {
name = "4-ml-non-production"
name = "4-ml-nonproduction"
}
}
}
6 changes: 6 additions & 0 deletions docs/deploy_on_foundation_v4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2105,6 +2105,12 @@ cd ../terraform-google-enterprise-genai
cp -r docs/assets/terraform/4-projects/ml_business_unit ../gcp-projects
```

- Remove shared directory on `ml_business_unit` on the `gcp-projects` repository.

```bash
rm -rf ../gcp-projects/ml_business_unit/shared
```

- Add modules to the `gcp-projects` repository.

```bash
Expand Down

0 comments on commit f3c2546

Please sign in to comment.