Skip to content

Commit

Permalink
Remove version from Terraform plugin examples (#7617)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap authored Jul 5, 2024
1 parent 705ec2c commit f358920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_includes/plugins/hub-examples/terraform.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

provider "konnect" {
personal_access_token = "kpat_YOUR_TOKEN"
server_url = "https://us.api.konghq.com/v2"
server_url = "https://us.api.konghq.com/"
}
```
</details>
Expand Down

0 comments on commit f358920

Please sign in to comment.