From 89c36b0eb76887b7ef7f24f839185cf540d1f595 Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Wed, 9 Oct 2019 20:16:28 +0200 Subject: [PATCH] rename vars.tf to variables.tf --- modules/consul-cluster/README.md | 4 ++-- modules/consul-cluster/{vars.tf => variables.tf} | 0 modules/consul-security-group-rules/README.md | 4 ++-- modules/consul-security-group-rules/{vars.tf => variables.tf} | 0 vars.tf => variables.tf | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename modules/consul-cluster/{vars.tf => variables.tf} (100%) rename modules/consul-security-group-rules/{vars.tf => variables.tf} (100%) rename vars.tf => variables.tf (100%) diff --git a/modules/consul-cluster/README.md b/modules/consul-cluster/README.md index c35f938..682b0dd 100644 --- a/modules/consul-cluster/README.md +++ b/modules/consul-cluster/README.md @@ -29,7 +29,7 @@ module "consul_cluster" { /opt/consul/bin/run-consul --server --cluster-tag-key consul-cluster EOF - # ... See vars.tf for the other parameters you must define for the consul-cluster module + # ... See variables.tf for the other parameters you must define for the consul-cluster module } ``` @@ -51,7 +51,7 @@ cluster. You should install Vault in this image using the scripts in the [instal run Vault. The `run-vault` script is one of the scripts installed by the [install-vault](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/modules/install-vault) module. -You can find the other parameters in [vars.tf](vars.tf). +You can find the other parameters in [variables.tf](variables.tf). Check out the [main example](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/MAIN.md) for fully-working sample code. diff --git a/modules/consul-cluster/vars.tf b/modules/consul-cluster/variables.tf similarity index 100% rename from modules/consul-cluster/vars.tf rename to modules/consul-cluster/variables.tf diff --git a/modules/consul-security-group-rules/README.md b/modules/consul-security-group-rules/README.md index 7a0466a..24bd58e 100644 --- a/modules/consul-security-group-rules/README.md +++ b/modules/consul-security-group-rules/README.md @@ -42,6 +42,6 @@ Note the following parameters: * `security_group_id`: Use this parameter to specify the ID of the security group to which the rules in this module should be added. -You can find the other parameters in [vars.tf](vars.tf). +You can find the other parameters in [variables.tf](variables.tf). -Check out the [consul-cluster module](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/modules/consul-cluster) for working sample code. \ No newline at end of file +Check out the [consul-cluster module](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/modules/consul-cluster) for working sample code. diff --git a/modules/consul-security-group-rules/vars.tf b/modules/consul-security-group-rules/variables.tf similarity index 100% rename from modules/consul-security-group-rules/vars.tf rename to modules/consul-security-group-rules/variables.tf diff --git a/vars.tf b/variables.tf similarity index 100% rename from vars.tf rename to variables.tf