mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Force recreation when aws_instance.private_ip changes
This commit is contained in:
parent
ac2aed856e
commit
ba0591c85d
@ -65,6 +65,7 @@ func resourceAwsInstance() *schema.Resource {
|
||||
"private_ip": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user