NVIDIA/terraform-provider-shoreline
Go
Captured source
source ↗GH
Source ↗published Jun 14, 2021seen 5dcaptured 8hhttp 200method plain
NVIDIA/terraform-provider-shoreline
Description: Shoreline terraform provider repo
Language: Go
License: Apache-2.0
Stars: 3
Forks: 14
Open issues: 1
Created: 2021-06-14T16:17:00Z
Pushed: 2026-06-05T15:37:05Z
Default branch: main
Fork: no
Archived: no
README:
Terraform Provider Shoreline (terraform-provider-shoreline)
The Terraform Shoreline provider allows you to manage Shoreline resources using OpenTofu.
Requirements
Example Usage
For detailed examples, please refer to the content in the [examples/](./examples/) directory and the documentation for each resource.
Resources and Data Sources
Full documentation for available resources and data sources can be found in the [docs/](./docs/) directory of this repository.
Security considerations
- Token delivery: prefer the
SHORELINE_TOKENenvironment variable (read duringConfigure, bypasses state and plan output). Never hardcoded in a provider block or a .tfvars file. - Relayed commands:
shoreline_action,shoreline_bot, andshoreline_runbooksend theircommandto the Shoreline backend for execution on platform-managed agents — vet and pin any imported modules that produce them.
License
This provider is distributed under the Apache 2.0 License. See the [LICENSE](./LICENSE) file for more information.