Replace this with your module description.
module "example" {
source = "gremlinltd/NAME/PROVIDER"
version = "~> 1.0"
# example = "value"
}| Name | Version |
|---|---|
| terraform | >= 1.5 |
git clone https://github.com/gremlinltd/REPO_NAME.git
cd REPO_NAME
terraform init
terraform validate- Rename the repo to
terraform-<provider>-<name>(Terraform registry convention) - Replace
REPO_NAMEincog.toml,cliff.toml,sonar-project.properties,CONTRIBUTING.md, and this README - Uncomment and configure the provider in
versions.tf - Set up SonarCloud project and add
SONAR_TOKENas a repo secret - Update this README with actual module docs