mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-11 08:05:33 -06:00
Add computed
flag to the network_domain
parameter
Without this flag you will get a diff based on the `network_domain` parameter, if you not specify the parameter.
This commit is contained in:
parent
49396ba3e0
commit
aa5d02104c
@ -43,6 +43,7 @@ func resourceCloudStackVPC() *schema.Resource {
|
||||
"network_domain": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user