mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
config: tests passing for bug @pearkes found
This commit is contained in:
parent
d84c5fb015
commit
7ab7ce17d9
@ -224,6 +224,7 @@ const basicResourcesStr = `
|
|||||||
aws_security_group[firewall]
|
aws_security_group[firewall]
|
||||||
aws_instance[web]
|
aws_instance[web]
|
||||||
ami
|
ami
|
||||||
|
network_interface
|
||||||
security_groups
|
security_groups
|
||||||
vars
|
vars
|
||||||
user: var.foo
|
user: var.foo
|
||||||
|
@ -26,5 +26,4 @@ resource aws_instance "web" {
|
|||||||
device_index = 0
|
device_index = 0
|
||||||
description = "Main network interface"
|
description = "Main network interface"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user