Skip to content

Commit d1269e8

Browse files
ranbeljacobbednarz
andauthored
Update src/content/partials/cloudflare-one/access/create-service-token.mdx
Co-authored-by: Jacob Bednarz <[email protected]>
1 parent 49c7414 commit d1269e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/cloudflare-one/access/create-service-token.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ import { Tabs, TabItem } from '~/components';
5757

5858
5. Read the Client ID and Client Secret:
5959
```sh
60-
terraform output example_service_token_client_id
60+
terraform output -raw example_service_token_client_id
6161
```
6262
```sh
63-
terraform output example_service_token_client_secret
63+
terraform output -raw example_service_token_client_secret
6464
```
6565

6666
</TabItem> </Tabs>

0 commit comments

Comments
 (0)