You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
0.10.0
Affected Resource(s)
Please list the resources as a list, for example:
aws_s3_bucket
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Please list the steps required to reproduce the issue, for example:
terraform plan or terraform plan --target <s3 bucket resource with lifecycle_rule>
Important Factoids
Terraform with remote S3 state file, S3 buckets with lifecycle_rule. We also use multiple remote state file data sources, but they are not used in the s3 bucket resources that crash.
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
did not find anything related.
The text was updated successfully, but these errors were encountered:
radeksimko
added
bug
Addresses a defect in current functionality.
crash
Results from or addresses a Terraform crash or kernel panic.
labels
Aug 8, 2017
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
0.10.0
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Panic Output
https://gist.github.com/prigorctac/329d2c845985435bc1194952fc430e74
Expected Behavior
Output plan
Actual Behavior
Terraform Plan crashed
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
orterraform plan --target <s3 bucket resource with lifecycle_rule>
Important Factoids
Terraform with remote S3 state file, S3 buckets with lifecycle_rule. We also use multiple remote state file data sources, but they are not used in the s3 bucket resources that crash.
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: