From e3b902522e4e88ab54388c5976f44d6586f0614a Mon Sep 17 00:00:00 2001 From: Clivern Date: Wed, 26 Apr 2023 18:31:37 +0200 Subject: [PATCH] update docs --- docs/_documentation/api-and-tf-provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_documentation/api-and-tf-provider.md b/docs/_documentation/api-and-tf-provider.md index 0f98cd0..4ca636d 100644 --- a/docs/_documentation/api-and-tf-provider.md +++ b/docs/_documentation/api-and-tf-provider.md @@ -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