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 23a6798491
commit 0ea0d86de4
1 changed files with 1 additions and 0 deletions

View File

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