mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-23 13:00:40 -04:00
Implement updates to testing framework based on recent feedback
This commit is contained in:
9
internal/command/testdata/test/only_modules/example/main.tf
vendored
Normal file
9
internal/command/testdata/test/only_modules/example/main.tf
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
variable "input" {
|
||||
type = string
|
||||
}
|
||||
|
||||
resource "test_resource" "module_resource" {
|
||||
id = "df6h8as9"
|
||||
value = var.input
|
||||
}
|
||||
Reference in New Issue
Block a user