Merge pull request #11548 from zopanix/patch-1

Added forceNew on accessConfig in google_compute_instance_template
This commit is contained in:
Dana Hoffman 2017-02-06 17:19:55 -08:00 committed by GitHub
commit 576f2231d9

View File

@ -212,6 +212,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
"access_config": &schema.Schema{
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"nat_ip": &schema.Schema{