Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.66 KB

README.md

File metadata and controls

65 lines (34 loc) · 1.66 KB

Note

This repository is publicly accessible as part of our open-source initiative. We welcome contributions from the community alongside our organization's primary development efforts.


terraform-module-template

SemVer

Terraform Module Template

Usage

This example demonstrates the usage of this Terraform module with default settings.

module "example" {
  # Change "module" and "provider" accordingly to match you new module
  source = "cloudeteer/module/provider"

  example_variable = "example_value"
}

Required Inputs

The following input variables are required:

Description: Example variable (between 3 and 13 characters)

Type: string

Outputs

The following outputs are exported:

Description: Example output

Contributions

We welcome all kinds of contributions, whether it's reporting bugs, submitting feature requests, or directly contributing to the development. Please read our Contributing Guidelines to learn how you can best contribute.

Thank you for your interest and support!

Copyright and license

Logo

© 2024 CLOUDETEER GmbH

This project is licensed under the MIT License.