Skip to content

Commit

Permalink
Merge pull request #712 from Juniper/feat/653-link-examples-repo
Browse files Browse the repository at this point in the history
Feat #653 Link examples repo in top level documentation
  • Loading branch information
chrismarget-j authored Jul 12, 2024
2 parents e28b2cd + 10e8f34 commit 0718a59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apstra/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 " +
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0718a59

Please sign in to comment.