# walrus-template-template
**Repository Path**: itcloudy/walrus-template-template
## Basic Information
- **Project Name**: walrus-template-template
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-01-26
- **Last Updated**: 2024-01-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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 | ## 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.
project:
name: string
id: string
environment:
name: string
id: string
resource:
name: string
id: string