Change google_compute_target_pool's session_affinity field default to NONE. (#14807)

This commit is contained in:
Riley Karson 2017-05-24 16:24:45 -07:00 committed by Dana Hoffman
parent 69a8011c89
commit 205883d594

View File

@ -82,6 +82,7 @@ func resourceComputeTargetPool() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: "NONE",
},
},
}