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

Remove obsolete variables from Root modules variables.tf #82

Open
msrn opened this issue May 5, 2021 · 0 comments
Open

Remove obsolete variables from Root modules variables.tf #82

msrn opened this issue May 5, 2021 · 0 comments

Comments

@msrn
Copy link
Member

msrn commented May 5, 2021

These lines are not used:

variable "environment" {
default = "development"
}
variable "location" {
default = "West Europe"
}

variable "tfstate_resource_group_name_suffix" {
default = "tfstate-rg"
}
# 'name' must be unique across the entire Azure service,
# not just within the resource group.
# 'name' can only consist of lowercase letters and numbers,
# and must be between 3 and 24 characters long.
variable "tfstate_storage_account_name_suffix" {
default = "tfstatesa"
}
variable "tfstate_container_name" {
default = "tfstate"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant