Skip to content

The template to make up a Walrus Template.

License

Notifications You must be signed in to change notification settings

seal-io/walrus-template-template

Repository files navigation

Awesome Walrus Template

Start here to create an awesome Walrus template.

Usage

Examples

  • ...
  • ...

Contributing

Please read our contributing guide if you're interested in contributing to Walrus template.

Requirements

Name Version
terraform >= 1.0

Providers

No providers.

Modules

Name Source Version
submodule ./modules/submodule n/a

Resources

No resources.

Inputs

Name Description Type Default Required
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 The message from submodule.
walrus_environment_id The id of environment where deployed in Walrus.
walrus_environment_name The name of environment where deployed in Walrus.
walrus_project_id The id of project where deployed in Walrus.
walrus_project_name The name of project where deployed in Walrus.
walrus_resource_id The id of resource where deployed in Walrus.
walrus_resource_name The name of resource where deployed in Walrus.

License

Copyright (c) 2023 Seal, Inc.

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