Change google_compute_target_pool's session_affinity field default to NONE. (#14807)
This commit is contained in:
parent
23a6798491
commit
0ea0d86de4
|
@ -82,6 +82,7 @@ func resourceComputeTargetPool() *schema.Resource {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
ForceNew: true,
|
ForceNew: true,
|
||||||
|
Default: "NONE",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue