Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1e247b

Browse files
authoredFeb 20, 2025··
Update resource_libvirt_domain.go
Added ability to add mode=private
1 parent da75ca3 commit f1e247b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libvirt/resource_libvirt_domain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ func resourceLibvirtDomainRead(ctx context.Context, d *schema.ResourceData, meta
998998
"network_name": "",
999999
"bridge": "",
10001000
"vepa": "",
1001-
"private": "",
1001+
"private": "",
10021002
"macvtap": "",
10031003
"passthrough": "",
10041004
"mac": mac,

0 commit comments

Comments
 (0)
Please sign in to comment.