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

Cleanup saca-hub.tfvars.sample to remove variables not used. #126

Closed
shannawaz opened this issue Mar 29, 2021 · 2 comments
Closed

Cleanup saca-hub.tfvars.sample to remove variables not used. #126

shannawaz opened this issue Mar 29, 2021 · 2 comments
Assignees

Comments

@shannawaz
Copy link
Contributor

The following variables in saca-hub.tfvars.sample is causing multiple warning messages. Please remove.

tier0_rgname = "{TIER0_RGNAME}"
tier0_vnetname = "{TIER0_VNETNAME}"
tier1_rgname = "{TIER1_RGNAME}"
tier1_vnetname = "{TIER1_VNETNAME}"
tier2_rgname = "{TIER2_RGNAME}"
tier2_vnetname = "{TIER2_VNETNAME}"

Warning: Value for undeclared variable

The root module does not declare a variable named "tier1_rgname" but a value
was found in file
"/home/shnawa/mlz/d0328/missionlz/src/core/saca-hub/saca-hub.tfvars". To use
this value, add a "variable" block to the configuration.

Using a variables file to set an undeclared variable is deprecated and will
become an error in a future release. If you wish to provide certain "global"
settings to all configurations in your organization, use TF_VAR_...
environment variables to set these instead.

@glennmusa
Copy link
Contributor

This will be addressed by currently planned work. Will link to the PR when it merges to main.

@brooke-hamilton
Copy link
Contributor

#228 will fix this issue. Thanks @shannawaz for the bug report. 💯

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

4 participants