Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename vars.tf to variables.tf #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/consul-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand All @@ -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.

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions modules/consul-security-group-rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Check out the [consul-cluster module](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/modules/consul-cluster) for working sample code.
File renamed without changes.