File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1446,7 +1446,7 @@ func TestAccLibvirtDomain_XSLT_UnsupportedAttribute(t *testing.T) {
1446
1446
1447
1447
resource "libvirt_domain" "%s" {
1448
1448
name = "%s"
1449
- network_interface = {
1449
+ network_interface {
1450
1450
network_name = "default"
1451
1451
}
1452
1452
xml {
@@ -1510,7 +1510,7 @@ func TestAccLibvirtDomain_XSLT_SupportedAttribute(t *testing.T) {
1510
1510
1511
1511
resource "libvirt_domain" "%s" {
1512
1512
name = "%s"
1513
- network_interface = {
1513
+ network_interface {
1514
1514
network_name = "default"
1515
1515
}
1516
1516
xml {
@@ -1568,7 +1568,7 @@ func TestAccLibvirtDomain_XSLT_Whitespace(t *testing.T) {
1568
1568
1569
1569
resource "libvirt_domain" "%s" {
1570
1570
name = "%s"
1571
- network_interface = {
1571
+ network_interface {
1572
1572
network_name = "default"
1573
1573
}
1574
1574
xml {
@@ -1601,7 +1601,7 @@ EOF
1601
1601
1602
1602
resource "libvirt_domain" "%s" {
1603
1603
name = "%s"
1604
- network_interface = {
1604
+ network_interface {
1605
1605
network_name = "default"
1606
1606
}
1607
1607
xml {
You can’t perform that action at this time.
0 commit comments