This should resolve #11547

This should force terraform to recreate the resource after updating it.
This commit is contained in:
Christophe van de Kerchove 2017-01-31 09:33:29 -05:00 committed by GitHub
parent a4687c5b36
commit 5842383c77
1 changed files with 1 additions and 0 deletions

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{