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

Update config-inspect version #1171

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Update config-inspect version #1171

merged 1 commit into from
Aug 27, 2020

Conversation

lkysow
Copy link
Member

@lkysow lkysow commented Aug 27, 2020

Fixes #1153

Uses @joerx's work from #1163

@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #1171 into master will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1171      +/-   ##
==========================================
- Coverage   70.73%   70.71%   -0.03%     
==========================================
  Files          71       71              
  Lines        5973     5975       +2     
==========================================
  Hits         4225     4225              
- Misses       1396     1398       +2     
  Partials      352      352              
Impacted Files Coverage Δ
server/events/project_command_builder.go 80.07% <0.00%> (-0.62%) ⬇️

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 a2335eb...7363cce. Read the comment docs.

@lkysow lkysow merged commit a83de21 into master Aug 27, 2020
@lkysow lkysow deleted the config-inspect branch August 27, 2020 23:16
@llamahunter
Copy link
Contributor

When will there be an atlantis release with this fix?

@sathish-git123
Copy link

Hi can anyone help me with below error?
terraform init

│ Error: Unsupported Terraform Core version

│ on c1-versions.tf line 3, in terraform:
│ 3: required_version = "~> 0.14.6"

│ This configuration does not support Terraform version 1.1.2. To proceed,
│ either choose another supported Terraform version or update this version
│ constraint. Version constraints are normally set for good reason, so
│ updating the constraint may lead to other errors or unexpected behavior.

@llamahunter
Copy link
Contributor

Hi can anyone help me with below error? terraform init ╷ │ Error: Unsupported Terraform Core version │ │ on c1-versions.tf line 3, in terraform: │ 3: required_version = "~> 0.14.6" │ │ This configuration does not support Terraform version 1.1.2. To proceed, │ either choose another supported Terraform version or update this version │ constraint. Version constraints are normally set for good reason, so │ updating the constraint may lead to other errors or unexpected behavior.

do you have conflicting version constraints? Something (in a module, perhaps?) has a constraint to use terraform 1.1.2, but you are saying here you only want to use terraform 0.14.x.

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.

Specified terraform version (using required_version) not used when required_providers is specified
3 participants