Commit f5a03766 authored by Bryan Stenson's avatar Bryan Stenson

typo

parent 5891d8c0
...@@ -356,5 +356,5 @@ The state files attached to a project can be found under Operations / Terraform. ...@@ -356,5 +356,5 @@ The state files attached to a project can be found under Operations / Terraform.
You can only remove a state file by making a request to the API, like the following example: You can only remove a state file by making a request to the API, like the following example:
```shell ```shell
curl --header "Private-Token: <your_access_token>" --request DELETE "https://gitlab.example.com/api/v4/projects/<your_project_id/terraform/state/<your_state_name>" curl --header "Private-Token: <your_access_token>" --request DELETE "https://gitlab.example.com/api/v4/projects/<your_project_id>/terraform/state/<your_state_name>"
``` ```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment