Skip to content

Commit

Permalink
adjust some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed May 28, 2024
1 parent 64e97d3 commit 2f937ce
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions docs/deploy_on_foundation_v4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ cd ../gcp-environments
git checkout development
```

- Return to `terraform-google-enterprise-genai` repo
- Return to `terraform-google-enterprise-genai` repo.

```bash
cd ../terraform-google-enterprise-genai
Expand Down Expand Up @@ -403,7 +403,7 @@ output "env_log_bucket_name" {
}
```

Commit and push files to git repo
- Commit and push files to git repo.

```bash
cd ../gcp-environments
Expand All @@ -425,7 +425,7 @@ cd ../gcp-environments
git checkout nonproduction
```

- Return to `terraform-google-enterprise-genai` repo
- Return to `terraform-google-enterprise-genai` repo.

```bash
cd ../terraform-google-enterprise-genai
Expand Down Expand Up @@ -615,7 +615,7 @@ output "env_log_bucket_name" {
}
```

Commit and push files to git repo
- Commit and push files to git repo.

```bash
cd ../gcp-environments
Expand All @@ -637,7 +637,7 @@ cd ../gcp-environments
git checkout production
```

- Return to `terraform-google-enterprise-genai` repo
- Return to `terraform-google-enterprise-genai` repo.

```bash
cd ../terraform-google-enterprise-genai
Expand Down Expand Up @@ -827,7 +827,7 @@ output "env_log_bucket_name" {
}
```

Commit and push files to git repo
- Commit and push files to git repo.

```bash
cd ../gcp-environments
Expand Down Expand Up @@ -1045,7 +1045,7 @@ git checkout development
#### Private DNS zone configuration (dev)
- Return to `terraform-google-enterprise-genai` repo
- Return to `terraform-google-enterprise-genai` repo.
```bash
cd ../terraform-google-enterprise-genai
Expand All @@ -1063,7 +1063,7 @@ cp -r 3-networks-dual-svpc/modules/ml_dns_notebooks ../gcp-networks/modules
cp docs/assets/terraform/3-networks-dual-svpc/ml_dns_notebooks.tf ../gcp-networks/modules/base_env
```
Commit and push files to git repo
Commit and push files to git repo.
```bash
cd ../gcp-networks
Expand Down Expand Up @@ -1276,7 +1276,7 @@ nat_num_addresses_region2 = 1
perimeter_projects = [local.logging_env_project_number, local.kms_env_project_number]
```
Commit all changes and push to the current branch
Commit all changes and push to the current branch.
```bash
git add .
Expand All @@ -1297,7 +1297,7 @@ git checkout nonproduction
#### Private DNS zone configuration (non-production)
- Return to `terraform-google-enterprise-genai` repo
- Return to `terraform-google-enterprise-genai` repo.
```bash
cd ../terraform-google-enterprise-genai
Expand All @@ -1315,7 +1315,7 @@ cp -r 3-networks-dual-svpc/modules/ml_dns_notebooks ../gcp-networks/modules
cp docs/assets/terraform/3-networks-dual-svpc/ml_dns_notebooks.tf ../gcp-networks/modules/base_env
```
Commit and push files to git repo
Commit and push files to git repo.
```bash
cd ../gcp-networks
Expand Down Expand Up @@ -1528,7 +1528,7 @@ nat_num_addresses_region2 = 1
perimeter_projects = [local.logging_env_project_number, local.kms_env_project_number]
```
Commit all changes and push to the current branch
Commit all changes and push to the current branch.
```bash
git add .
Expand All @@ -1549,7 +1549,7 @@ git checkout production
#### Private DNS zone configuration (production)
- Return to `terraform-google-enterprise-genai` repo
- Return to `terraform-google-enterprise-genai` repo.
```bash
cd ../terraform-google-enterprise-genai
Expand All @@ -1567,7 +1567,7 @@ cp -r 3-networks-dual-svpc/modules/ml_dns_notebooks ../gcp-networks/modules
cp docs/assets/terraform/3-networks-dual-svpc/ml_dns_notebooks.tf ../gcp-networks/modules/base_env
```
Commit and push files to git repo
Commit and push files to git repo.
```bash
cd ../gcp-networks
Expand Down Expand Up @@ -1780,7 +1780,7 @@ nat_num_addresses_region2 = 1
perimeter_projects = [local.logging_env_project_number, local.kms_env_project_number]
```
Commit all changes and push to the current branch
Commit all changes and push to the current branch.
```bash
git add .
Expand Down Expand Up @@ -1813,7 +1813,7 @@ cd ../gcp-projects
git checkout plan
```
- Return to GenAI repository
- Return to GenAI repository.
```bash
cd ../terraform-google-enterprise-genai
Expand Down Expand Up @@ -1937,7 +1937,7 @@ cd ../gcp-projects
git checkout development
```

- Return to GenAI repository
- Return to GenAI repository.

```bash
cd ../terraform-google-enterprise-genai
Expand Down Expand Up @@ -1994,7 +1994,7 @@ export PROJECT_BACKEND=$(terraform -chdir="../gcp-bootstrap/envs/shared" output
for file in $(find . -name backend.tf); do sed -i "s/UPDATE_PROJECTS_BACKEND/$PROJECT_BACKEND/" $file; done
```
- Commit and push
- Commit and push.
```bash
git add .
Expand All @@ -2015,7 +2015,7 @@ cd ../gcp-projects
git checkout nonproduction
```
- Return to GenAI repository
- Return to GenAI repository.
```bash
cd ../terraform-google-enterprise-genai
Expand Down Expand Up @@ -2072,7 +2072,7 @@ export PROJECT_BACKEND=$(terraform -chdir="../gcp-bootstrap/envs/shared" output
for file in $(find . -name backend.tf); do sed -i "s/UPDATE_PROJECTS_BACKEND/$PROJECT_BACKEND/" $file; done
```

- Commit and push
- Commit and push.

```bash
git add .
Expand All @@ -2093,7 +2093,7 @@ cd ../gcp-projects
git checkout production
```

- Return to GenAI repository
- Return to GenAI repository.

```bash
cd ../terraform-google-enterprise-genai
Expand Down Expand Up @@ -2150,7 +2150,7 @@ export PROJECT_BACKEND=$(terraform -chdir="../gcp-bootstrap/envs/shared" output
for file in $(find . -name backend.tf); do sed -i "s/UPDATE_PROJECTS_BACKEND/$PROJECT_BACKEND/" $file; done
```
- Commit and push
- Commit and push.
```bash
git add .
Expand Down

0 comments on commit 2f937ce

Please sign in to comment.