Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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:
project:
name: string
id: string
environment:
name: string
id: string
resource:
name: string
id: string
| `map(any)` | `{}` | no |

## 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.