Skip to content

Commit

Permalink
Fix couple of wording issues in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bkircher committed Jan 24, 2021
1 parent a12b130 commit b757785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ To test the provider, simply run

$ make test

In order to run the full suite of acceptance tests, run `make testacc`. You will need to set `GRIDSCALE_UUID`, `GRIDSCALE_TOKEN`, and `GRIDSCALE_URL` environment variables to point to an existing project when running acceptance tests.
To run the full suite of acceptance tests execute `make testacc`. You will need to set `GRIDSCALE_UUID`, `GRIDSCALE_TOKEN`, and `GRIDSCALE_URL` environment variables to point to an existing project when running acceptance tests.

*Note:* acceptance tests create real resources, and often cost money to run.
*Note:* acceptance tests create real resources and often cost money to run.

$ make testacc

Expand All @@ -94,5 +94,5 @@ Jump to the [Release Checklist](release-checklist.md) for details.
The following issues are known to us:

- Changing the name attribute in a template datasource will not trigger storages using this template to be recreated.
- If a storage has snapshots, terraform can not delete it.
- If a storage has snapshots, Terraform cannot delete it.
- The autorecovery value of a server can't be changed with Terraform.

0 comments on commit b757785

Please sign in to comment.