mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 20:30:28 -06:00
config: test that multiple overrides work
This commit is contained in:
parent
77ff9c3a6b
commit
e396b8f3d9
@ -556,6 +556,7 @@ aws_instance[db] (x1)
|
||||
security_groups
|
||||
aws_instance[web] (x1)
|
||||
ami
|
||||
foo
|
||||
network_interface
|
||||
security_groups
|
||||
vars
|
||||
|
9
config/test-fixtures/dir-override/foo_override.tf.json
Normal file
9
config/test-fixtures/dir-override/foo_override.tf.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"resource": {
|
||||
"aws_instance": {
|
||||
"web": {
|
||||
"foo": "bar",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user