Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seal-io/walrus-template-template
The template to make up a Walrus Template.
https://github.com/seal-io/walrus-template-template
computing containerservice kubernetes
Last synced: 5 days ago
JSON representation
The template to make up a Walrus Template.
- Host: GitHub
- URL: https://github.com/seal-io/walrus-template-template
- Owner: seal-io
- License: apache-2.0
- Created: 2023-10-30T09:53:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T08:03:38.000Z (11 months ago)
- Last Synced: 2024-01-03T04:37:17.782Z (11 months ago)
- Topics: computing, containerservice, kubernetes
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Awesome Walrus Template
Start here to create an awesome Walrus template.
## Usage
```hcl
```
## Examples
- ...
- ...## Contributing
Please read our [contributing guide](./docs/CONTRIBUTING.md) if you're interested in contributing to Walrus template.
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0 |## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| [submodule](#module\_submodule) | ./modules/submodule | n/a |## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [context](#input\_context) | Receive contextual information. When Walrus deploys, Walrus will inject specific contextual information into this field.
Examples:context:| `map(any)` | `{}` | no |
project:
name: string
id: string
environment:
name: string
id: string
resource:
name: string
id: string## Outputs
| Name | Description |
|------|-------------|
| [submodule](#output\_submodule) | The message from submodule. |
| [walrus\_environment\_id](#output\_walrus\_environment\_id) | The id of environment where deployed in Walrus. |
| [walrus\_environment\_name](#output\_walrus\_environment\_name) | The name of environment where deployed in Walrus. |
| [walrus\_project\_id](#output\_walrus\_project\_id) | The id of project where deployed in Walrus. |
| [walrus\_project\_name](#output\_walrus\_project\_name) | The name of project where deployed in Walrus. |
| [walrus\_resource\_id](#output\_walrus\_resource\_id) | The id of resource where deployed in Walrus. |
| [walrus\_resource\_name](#output\_walrus\_resource\_name) | The name of resource where deployed in Walrus. |## License
Copyright (c) 2023 [Seal, Inc.](https://seal.io)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [LICENSE](./LICENSE) file for details.Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.