mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-16 07:01:11 -05:00
Test: Refresh-only and refresh:false should fail validation
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
This commit is contained in:
3
internal/command/testdata/test/refresh_conflicting_config/main.tf
vendored
Normal file
3
internal/command/testdata/test/refresh_conflicting_config/main.tf
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
resource "test_resource" "foo" {
|
||||
value = "bar"
|
||||
}
|
||||
6
internal/command/testdata/test/refresh_conflicting_config/main.tftest.hcl
vendored
Normal file
6
internal/command/testdata/test/refresh_conflicting_config/main.tftest.hcl
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
run "apply" {
|
||||
plan_options {
|
||||
mode=refresh-only
|
||||
refresh=false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user