providers/aws: remove some debug
This commit is contained in:
parent
0d8f6645fa
commit
a6bb0144a6
|
@ -205,7 +205,6 @@ func resource_aws_instance_diff(
|
|||
|
||||
PreProcess: map[string]diff.PreProcessFunc{
|
||||
"user_data": func(v string) string {
|
||||
println("SUMMIN: " + v)
|
||||
hash := sha1.Sum([]byte(v))
|
||||
return hex.EncodeToString(hash[:])
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue