-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Imported aws_launch_configuration does not include security groups and userdata. #2648
Comments
Hi @chroju! This does indeed seem to be a bug in the importer for this resource. In fact, I think there are two separate bugs here:
|
Just upgraded to the most recent version, still experiencing the same issue.
Just built aws provider from @loivis' branch and it worked well. |
@apparentlymart Any chance someone could take a look at the linked PR? We're running into this issue and would love to get the fix merged in. Thanks! |
The fix for properly reading |
This has been released in version 1.14.1 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Terraform Version
Affected Resource(s)
Terraform Configuration Files
I have made
.tf
file about already existing launch configuration like this.Debug Output
None.
Panic Output
None.
Expected Behavior
tfstate
that created byterraform import
command should include all appropriate attributes, and the result ofterraform plan
display nothing to do.Actual Behavior
There is no attributes about security groups and userdata in
tfstate
, so the result ofterraform plan
with the above configuration file is wrong like this.Steps to Reproduce
.tf
file about the existing launch configuration.terraform import
about that configuration.terraform plan
.Important Factoids
None.
References
None.
The text was updated successfully, but these errors were encountered: