Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed May 30, 2024
1 parent 1aa7fd9 commit e3b9025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_documentation/api-and-tf-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ resource "lynx_snapshot" "my_snapshot" {
}
```

The provided code is a Terraform configuration that uses the "lynx" provider to manage resources in a hypothetical API. Here's a brief explanation:
The provided code is a Terraform configuration that uses the `lynx` provider to manage resources in a hypothetical API. Here's a brief explanation:


#### Providers

The `required_providers` block specifies that the `lynx provider` (version 0.3.0) should be used. The provider block configures the `lynx provider` with the `API URL` and `API key`.
The `required_providers` block specifies that the `lynx provider` (version `0.3.0`) should be used. The provider block configures the `lynx provider` with the `API URL` and `API key`.


#### Resources
Expand Down

0 comments on commit e3b9025

Please sign in to comment.