Skip to content

Commit

Permalink
Removed curly quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
phillc authored Jul 16, 2020
1 parent 3acd665 commit 1bb50f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EARLY_ACCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Some resources are made available before the feature reaches general availabilit
The `api_version` can be set on the provider block like so:

```terraform
provider linode {
api_version = v4beta
provider "linode" {
api_version = "v4beta"
}
```

Expand Down

0 comments on commit 1bb50f9

Please sign in to comment.