providers/aws: no update for launch configuration

This commit is contained in:
Jack Pearkes 2014-07-15 16:00:12 -04:00
parent 1d6dc475df
commit 0d4fdfc6fd
1 changed files with 2 additions and 6 deletions

View File

@ -74,13 +74,9 @@ func resource_aws_launch_configuration_update(
s *terraform.ResourceState,
d *terraform.ResourceDiff,
meta interface{}) (*terraform.ResourceState, error) {
panic("Update for AWS Launch Configuration is not supported")
rs := s.MergeDiff(d)
log.Printf("ResourceDiff: %s", d)
log.Printf("ResourceState: %s", s)
log.Printf("Merged: %s", rs)
return nil, fmt.Errorf("Did not update")
return nil, nil
}
func resource_aws_launch_configuration_destroy(