From 10e8f34f47a08a191815e95653e3dd30c5056fb7 Mon Sep 17 00:00:00 2001 From: Chris Marget Date: Thu, 11 Jul 2024 22:13:00 -0400 Subject: [PATCH] link examples repo in top level documentation --- apstra/provider.go | 4 +++- docs/index.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apstra/provider.go b/apstra/provider.go index dd678cce..4fd14efc 100644 --- a/apstra/provider.go +++ b/apstra/provider.go @@ -120,7 +120,9 @@ func (p *Provider) Schema(_ context.Context, _ provider.SchemaRequest, resp *pro "fabrics.\n\nIt covers day 0 and day 1 operations (design and deployment), and a growing list of day 2 "+ "capabilities within *Datacenter* Apstra reference design Blueprints.\n\nUse the navigation tree to the "+ "left to read about the available resources and data sources.\n\nThis release has been tested with "+ - "Apstra versions %s.", compatibility.SupportedApiVersionsPretty()), + "Apstra versions %s.\n\nSome example projects which make use of this provider can be found "+ + "[here](https://github.com/Juniper/terraform-apstra-examples).", + compatibility.SupportedApiVersionsPretty()), Attributes: map[string]schema.Attribute{ "url": schema.StringAttribute{ MarkdownDescription: "URL of the apstra server, e.g. `https://apstra.example.com`\n It is possible " + diff --git a/docs/index.md b/docs/index.md index f59bd97e..4491284a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,6 +14,8 @@ Use the navigation tree to the left to read about the available resources and da This release has been tested with Apstra versions 4.2.0, 4.2.1, 4.2.1.1, and 4.2.2. +Some example projects which make use of this provider can be found [here](https://github.com/Juniper/terraform-apstra-examples). + ## Configuration ### Provider configuration stanza