Skip to content

Instantly share code, notes, and snippets.

@phindmarsh
Created January 21, 2016 23:10
Show Gist options
  • Save phindmarsh/4ade640aaa0b0fe23ec2 to your computer and use it in GitHub Desktop.
Save phindmarsh/4ade640aaa0b0fe23ec2 to your computer and use it in GitHub Desktop.
2016/01/22 12:01:36 [ERROR] aws_opsworks_stack.stackname: diffs didn't match
2016/01/22 12:01:36 [ERROR] aws_opsworks_stack.stackname: reason: extra attributes: custom_cookbooks_source.0.ssh_key
2016/01/22 12:01:36 [ERROR] aws_opsworks_stack.stackname: diff one: *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"name":*terraform.ResourceAttrDiff{Old:"project-dev", New:"project-dev S", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2016/01/22 12:01:36 [ERROR] aws_opsworks_stack.stackname: diff two: *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"custom_cookbooks_source.0.ssh_key":*terraform.ResourceAttrDiff{Old:"", New:"-----BEGIN RSA PRIVATE KEY-----\nSNIPPED\n-----END RSA PRIVATE KEY-----\n", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"project-dev", New:"project-dev S", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2016/01/22 12:01:36 [ERROR] root.project: eval: *terraform.EvalCompareDiff, err: aws_opsworks_stack.stackname: diffs didn't match during apply. This is a bug with Terraform and should be reported.
2016/01/22 12:01:36 [ERROR] root.project: eval: *terraform.EvalSequence, err: aws_opsworks_stack.stackname: diffs didn't match during apply. This is a bug with Terraform and should be reported.
2016/01/22 12:01:36 [ERROR] root.project: eval: *terraform.EvalOpFilter, err: aws_opsworks_stack.stackname: diffs didn't match during apply. This is a bug with Terraform and should be reported.
2016/01/22 12:01:36 [ERROR] root.project: eval: *terraform.EvalSequence, err: aws_opsworks_stack.stackname: diffs didn't match during apply. This is a bug with Terraform and should be reported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment