We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b445844 commit 44429f5Copy full SHA for 44429f5
README.md
@@ -26,12 +26,12 @@ For Linux OS it can be:
26
27
## Configuration
28
29
-To configure codefresh provider:
+To c onfigure codefresh provider:
30
31
```tf
32
provider "codefresh" {
33
api_url = "<MY API URL>" # Default value - https://g.codefresh.io/api
34
- token = "<MY API TOKEN>". # If token isn't set the provider expects the $CODEFRESH_API_KEY env variable
+ token = "<MY API TOKEN>" # If token isn't set the provider expects the $CODEFRESH_API_KEY env variable
35
}
36
```
37
@@ -51,4 +51,4 @@ export CODEFRESH_API_KEY='xyz'
51
52
## Examples
53
54
-See the [examples](examples/).
+See the [examples](examples/).
0 commit comments