Skip to content

Commit

Permalink
format: updated typo in secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Aug 7, 2023
1 parent d54aebd commit fbed529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/terraform_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
terraform_version: # Specify terraform version e.g 1.3.6
destroy: # If the value is set to true, the workflow proceeds to the destroy step. However, the default value is false
secrets:
DIGITALOCEAN_TOKEN: # Digitalocean token
DIGITALOCEAN_ACCESS_TOKEN: # Digitalocean token
SPACES_ACCESS_KEY_ID: # Provide spaces access key id if required
SPACES_SECRET_ACCESS_KEY: # Provide spaces secret access key if required
```
Expand Down

0 comments on commit fbed529

Please sign in to comment.