Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 2.58 KB

README-TEMPLATE.md

File metadata and controls

79 lines (54 loc) · 2.58 KB

<%= module_name %>

Overview

<%= description %>

Usage

  module "module_exemple" {
    source  = "Arquivei/modules/module_exemple"
    version = "1.0"

Requirements

Name Version
terraform >= 0.15.0
google ~> 3.50
google-beta ~> 3.50
null ~> 3.1

Providers

Name Version
google ~> 3.50
null ~> 3.1

Modules

No modules.

Resources

Name Type
null_resource.example resource
google_client_config.default data source

Inputs

Name Description Type Default Required
gcp_project_id GCP project id that will be used string n/a yes
mandatory this field is mandatory string n/a yes
optional this field is optional string "default_value" no
region GCP region, e.g. southamerica-east1 string "us-east1" no
zones GCP zone, e.g. us-east1-b, us-east1-c (which must be in gcp_region) list(string)
[
"us-east1-b",
"us-east1-c",
"us-east1-d"
]
no

Outputs

Name Description
output_name description for output_name

Development

Prerequisites

Configurations

  • Configure pre-commit hooks
pre-commit install