Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description: |-

Manage [UDS](https://docs.defenseunicorns.com/) resources with OpenTofu.

~> **Warning:** This provider is an alpha release. Its interfaces and behavior may change between releases, including breaking changes.

## Example Usage

```terraform
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: |-

Deploys and manages a UDS package.

~> **Warning:** This provider is an alpha release. Its interfaces and behavior may change between releases, including breaking changes.

## Example Usage

Deploy the Zarf init package before any other UDS package.
Expand Down
2 changes: 2 additions & 0 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description: |-

Manage [UDS](https://docs.defenseunicorns.com/) resources with OpenTofu.

~> **Warning:** This provider is an alpha release. Its interfaces and behavior may change between releases, including breaking changes.

## Example Usage

{{ tffile .ExampleFile }}
Expand Down
2 changes: 2 additions & 0 deletions templates/resources/package.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: |-

{{ .Description | trimspace }}

~> **Warning:** This provider is an alpha release. Its interfaces and behavior may change between releases, including breaking changes.

{{ if .HasExamples -}}
## Example Usage

Expand Down