registry
registry copied to clipboard
Tailscale bastion
Description
Adding a new package?
If this pull request adds a new package:
- [x] The package's schema URL is correct.
- [ ] The package metadata file, if present, contains:
- [x] a supported category (one of
Cloud,Infrastructure,Network,Database,Monitoring, orUtility). - [x] a description that explains what the package does.
- [ ] a valid logo URL that points to a PNG whose dimensions conform to the others in this repo (e.g., 100x100).
- [x] a version number prefixed with
vthat corresponds with a valid GitHub release.
- [x] a supported category (one of
- [x] The package repo contains an Overview doc (
/docs/_index.md) that includes:- [ ] a brief explanation of what the package is and what it does.
- [x] at least one representative example in all supported languages.
- [x] a front-matter property for the
layoutset topackage.
- [x] The package repo contains an Installation and Configuration doc (
/docs/installation-configuration.md) that includes:- [x] links to SDKs in all supported languages.
- [x] a copyable command for installing the resource plugin if necessary.
- [x] an example of configuring the provider with
pulumi config set. - [x] an example of configuring the provider with environment variables.
- [ ] A CODEOWNER has reviewed the PR.
- [ ] A member of the @pulumi/docs team has reviewed all documentation.
@jaxxstorm can you commit a logo in 100x100 PNG format and point to it using the logoURL property in the schema?
E.g:
"logoUrl": "https://raw.githubusercontent.com/lbrlabs/pulumi-tailscale-bastion/main/<optional-path>/logo.png",