cleanup
This commit is contained in:
parent
d8f3783d09
commit
2809280e98
|
@ -234,7 +234,7 @@ func resourceAwsElasticacheClusterUpdate(d *schema.ResourceData, meta interface{
|
||||||
conn := meta.(*AWSClient).elasticacheconn
|
conn := meta.(*AWSClient).elasticacheconn
|
||||||
arn, err := buildECARN(d, meta)
|
arn, err := buildECARN(d, meta)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("[DEBUG] Error building ARN for ElastiCache Cluster, not updating Tags for cluster %s", *c.CacheClusterID)
|
log.Printf("[DEBUG] Error building ARN for ElastiCache Cluster, not updating Tags for cluster %s", d.Id())
|
||||||
} else {
|
} else {
|
||||||
if err := setTagsEC(conn, d, arn); err != nil {
|
if err := setTagsEC(conn, d, arn); err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in New Issue