mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-14 01:00:40 -04:00
providers/aws: remove some debug
This commit is contained in:
@@ -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[:])
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user