File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -101,25 +101,44 @@ Please refer to examples directory [link](examples) for references.
101101<!-- BEGIN_TF_DOCS -->
102102## Requirements
103103
104- No requirements.
104+ | Name | Version |
105+ | ------| ---------|
106+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0.1 |
107+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 4.35 |
105108
106109## Providers
107110
108- No providers.
111+ | Name | Version |
112+ | ------| ---------|
113+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 4.35 |
109114
110115## Modules
111116
112- No modules.
117+ | Name | Source | Version |
118+ | ------| --------| ---------|
119+ | <a name =" module_global " ></a > [ global] ( #module\_ global ) | git::git@github.com : tomarv2 /terraform-global.git//aws | v0.0.1 |
113120
114121## Resources
115122
116- No resources.
123+ | Name | Type |
124+ | ------| ------|
125+ | [ aws_elasticache_cluster.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster ) | resource |
126+ | [ aws_elasticache_parameter_group.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_parameter_group ) | resource |
127+ | [ aws_caller_identity.current] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity ) | data source |
128+ | [ aws_region.current] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region ) | data source |
117129
118130## Inputs
119131
120- No inputs.
132+ | Name | Description | Type | Default | Required |
133+ | ------| -------------| ------| ---------| :--------:|
134+ | <a name =" input_config " ></a > [ config] ( #input\_ config ) | Redis configuration | ` map(any) ` | ` {} ` | no |
135+ | <a name =" input_extra_tags " ></a > [ extra\_ tags] ( #input\_ extra\_ tags ) | Additional tags to associate | ` map(string) ` | ` {} ` | no |
121136
122137## Outputs
123138
124- No outputs.
139+ | Name | Description |
140+ | ------| -------------|
141+ | <a name =" output_cluster_address " ></a > [ cluster\_ address] ( #output\_ cluster\_ address ) | Elasticache Cluster address |
142+ | <a name =" output_cluster_id " ></a > [ cluster\_ id] ( #output\_ cluster\_ id ) | Elasticache Id |
143+ | <a name =" output_parameter_group " ></a > [ parameter\_ group] ( #output\_ parameter\_ group ) | Elasticache Parameter Group |
125144<!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments