diff --git a/tencentcloud/provider.go b/tencentcloud/provider.go index 94742b41d9..1e7d86e54b 100644 --- a/tencentcloud/provider.go +++ b/tencentcloud/provider.go @@ -9,6 +9,14 @@ Use the navigation on the left to read about the available resources. Example Usage ```hcl +terraform { + required_providers { + tencentcloud = { + source = "tencentcloudstack/tencentcloud" + } + } +} + # Configure the TencentCloud Provider provider "tencentcloud" { secret_id = var.secret_id diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index f5bbbce840..78f5644fa8 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -18,6 +18,14 @@ Use the navigation on the left to read about the available resources. ## Example Usage ```hcl +terraform { + required_providers { + tencentcloud = { + source = "tencentcloudstack/tencentcloud" + } + } +} + # Configure the TencentCloud Provider provider "tencentcloud" { secret_id = "my-secret-id"