This should resolve #11547
This should force terraform to recreate the resource after updating it.
This commit is contained in:
parent
a4687c5b36
commit
5842383c77
|
@ -212,6 +212,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
|
||||||
"access_config": &schema.Schema{
|
"access_config": &schema.Schema{
|
||||||
Type: schema.TypeList,
|
Type: schema.TypeList,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
ForceNew: true,
|
||||||
Elem: &schema.Resource{
|
Elem: &schema.Resource{
|
||||||
Schema: map[string]*schema.Schema{
|
Schema: map[string]*schema.Schema{
|
||||||
"nat_ip": &schema.Schema{
|
"nat_ip": &schema.Schema{
|
||||||
|
|
Loading…
Reference in New Issue