Module description
This is where you might mention what module version(s) are compatible with which Terraform verion(s).
Sample module block showing required fields configured. You can have multiple examples if it makes sense for the module.
module "your_custom_name_for_your_instance_of_this_module" {
source = "git@github.com:thesis/this-module-name.git"
name = "name-of-your-project"
org_id = "your-org-id"
billing_account = "your-billing-account"
project_owner_members = ["john@email.co", "lilly@email.co",]
location = "us-central1"
}
Table of available module inputs in the format:
Name | Description | Type | Default | Required |
---|---|---|---|---|
inputName |
Description of this input | input type | default value |
boolean |
Anything quirky about the module folks may want to know about. Relevant links or additional useful information. Format is up to you.
See LICENSE for full details.