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

0.13.0 Break Import with Missing Config #25294

Closed
juliosueiras opened this issue Jun 18, 2020 · 2 comments · Fixed by #25352
Closed

0.13.0 Break Import with Missing Config #25294

juliosueiras opened this issue Jun 18, 2020 · 2 comments · Fixed by #25352
Labels
confirmed a Terraform Core team member has reproduced this issue v0.13 Issues (primarily bugs) reported against v0.13 releases

Comments

@juliosueiras
Copy link

juliosueiras commented Jun 18, 2020

Terraform Version

Terraform v0.13.0-beta2
+ provider registry.terraform.io/hashicorp/azurerm v2.14.0
+ provider registry.terraform.io/hashicorp/github v2.8.1

Terraform Configuration Files

provider "azurerm" {
  features {}
}

provider "github" {
}

Debug Output

https://gist.github.com/juliosueiras/b3e4c603b8b6b2dbdcbbc5a029e3a03d

Crash Output

Expected Behavior

Import resource successfully

Actual Behavior

Error: Resource github_repository.terraform not found in the configuration.

Steps to Reproduce

  1. terraform import -allow-missing-config github_repository.terraform terraform

Additional Context

References

@alisdair alisdair added v0.13 Issues (primarily bugs) reported against v0.13 releases confirmed a Terraform Core team member has reproduced this issue labels Jun 18, 2020
@alisdair
Copy link
Contributor

Thanks for reporting this! The issue has been fixed in #25352 which will be part of the next 0.13.0 prerelease.

@ghost
Copy link

ghost commented Jul 25, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Jul 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
confirmed a Terraform Core team member has reproduced this issue v0.13 Issues (primarily bugs) reported against v0.13 releases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants