Skip to content

Commit 13789c8

Browse files
committed
Update formatting
1 parent 91d83cb commit 13789c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This section describes how to set up the web server on Cloud Run powering the Ge
8181
4. Update `looker-example.ini` to `looker.ini` and replace environment variables Admin API Credentials. **IMPORTANT** use a section header that matches the host of your Looker instance. Example below:
8282

8383
Ex: Looker instance -> https://mycompany.cloud.looker.com
84-
```bash
84+
```
8585
[mycompany]
8686
base_url=<Your Looker instance URL>
8787
client_id=<From your looker user's api credentials>
@@ -124,7 +124,7 @@ Ex: Looker instance -> https://mycompany.cloud.looker.com
124124
This is configured to support deployment to multiple Looker instances reusing the same backend.
125125

126126
4. Update cloudbuild.yaml
127-
```bash
127+
```
128128
<YOUR_REGION> = Your deployment region
129129
<YOUR_PROJECT_ID> = Your GCP project ID
130130
```
@@ -141,7 +141,7 @@ This is configured to support deployment to multiple Looker instances reusing th
141141
cd .. && cd terraform
142142
```
143143
7. Replace defaults in the `variables.tf` file for project, region, docker url and service name.
144-
```bash
144+
```
145145
project_id=<GCP project ID>
146146
deployment_region=<Your deployement region>
147147
docker_image=<The docker image url from step 5>

0 commit comments

Comments
 (0)