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

add a valid variable definition file extension to list of exceptions #1331

Merged
merged 2 commits into from
Jan 4, 2021

Conversation

gek0
Copy link
Contributor

@gek0 gek0 commented Jan 4, 2021

Fix for #1330

https://www.terraform.io/docs/configuration/variables.html#variable-definitions-tfvars-files

Terraform also automatically loads a number of variable definitions files if they are present:

Files named exactly terraform.tfvars or terraform.tfvars.json.
Any files with names ending in .auto.tfvars or .auto.tfvars.json.

@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #1331 (2a40bf6) into master (2ac77db) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1331   +/-   ##
=======================================
  Coverage   70.05%   70.05%           
=======================================
  Files          74       74           
  Lines        5540     5540           
=======================================
  Hits         3881     3881           
  Misses       1303     1303           
  Partials      356      356           
Impacted Files Coverage Δ
server/events/project_finder.go 90.90% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ac77db...2a40bf6. Read the comment docs.

@jamengual
Copy link
Contributor

@gek0 could you run fmt please?

@gek0
Copy link
Contributor Author

gek0 commented Jan 4, 2021

@jamengual done

@jamengual jamengual merged commit 43fce15 into runatlantis:master Jan 4, 2021
@jamengual
Copy link
Contributor

@gek0 when we cut the new release this will be added

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

Successfully merging this pull request may close these issues.

3 participants