generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'template/main'
- Loading branch information
Showing
58 changed files
with
6,317 additions
and
2,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,6 @@ ci-scripts | |
**/schema.go | ||
**/version.txt | ||
**/nuget | ||
**/dist | ||
**/dist | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Foo Resource Provider | ||
|
||
The Foo Resource Provider lets you manage [Foo](http://example.com) resources. | ||
|
||
## Installing | ||
|
||
This package is available for several languages/platforms: | ||
|
||
### Node.js (JavaScript/TypeScript) | ||
|
||
To use from JavaScript or TypeScript in Node.js, install using either `npm`: | ||
|
||
```bash | ||
npm install @pulumi/foo | ||
``` | ||
|
||
or `yarn`: | ||
|
||
```bash | ||
yarn add @pulumi/foo | ||
``` | ||
|
||
### Python | ||
|
||
To use from Python, install using `pip`: | ||
|
||
```bash | ||
pip install pulumi_foo | ||
``` | ||
|
||
### Go | ||
|
||
To use from Go, use `go get` to grab the latest version of the library: | ||
|
||
```bash | ||
go get github.com/pulumi/pulumi-foo/sdk/go/... | ||
``` | ||
|
||
### .NET | ||
|
||
To use from .NET, install using `dotnet add package`: | ||
|
||
```bash | ||
dotnet add package Pulumi.Foo | ||
``` | ||
|
||
## Configuration | ||
|
||
The following configuration points are available for the `foo` provider: | ||
|
||
- `foo:apiKey` (environment: `FOO_API_KEY`) - the API key for `foo` | ||
- `foo:region` (environment: `FOO_REGION`) - the region in which to deploy resources | ||
|
||
## Reference | ||
|
||
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.