-
Notifications
You must be signed in to change notification settings - Fork 140
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
Error when planning against an imported existing resource: insufficient items for attribute "domain" #183
Comments
For the record, I do not see this with:
|
This is possibly related to hashicorp/terraform-provider-aws#9048 and therefore possibly addressed by hashicorp/terraform#22478 |
Hmm, using Terraform v.0.12.7 I have the same issue as the original poster. (edit: also with 0.12.9 -- but yeah, the Fastly provider would need to vendor, as currently on 0.12.3) |
I think hashicorp/terraform#22478 will go into v0.12.8 but either way, terraform-provider-fastly may have to vendor? |
The requirements state Terraform 0.10.x. Is it working with 0.12.*? |
This is fixed for me using Fastly provider version |
It looks like this was resolved a while ago. I'm going to close this issue. |
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/goodspark/d24547bfc067823c5d63f71cf53664a9
Expected Behavior
A plan output with no changes.
Actual Behavior
Error message:
insufficient items for attribute "domain"; must have at least 1
Steps to Reproduce
Important Factoids
Here's a screenshot of my Fastly service config. It's very minimal - I just wanted to first verify I could import an existing service.
If I remove the existing service from my local state and run plan, it's successful.
But what I want to do here is import an existing service and start managing it in Terraform
The text was updated successfully, but these errors were encountered: