Skip to content

Commit

Permalink
Update resource_aws_ssm_parameter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninir authored Sep 7, 2017
1 parent 35f91c8 commit 1d284f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_ssm_parameter.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func resourceAwsSsmParameterRead(d *schema.ResourceData, meta interface{}) error
}

if len(resp.Parameters) == 0 {
log.Printf("[INFO] SSM Param %q not found", d.Id())
log.Printf("[WARN] SSM Param %q not found, removing from state", d.Id())
d.SetId("")
return nil
}
Expand Down

0 comments on commit 1d284f2

Please sign in to comment.