You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/test/with_state_key/moved.tftest.hcl

15 lines
263 B

run "old_version" {
state_key = "test1"
module {
source = "./old_version"
}
}
run "new_code" {
state_key = "test1"
assert {
condition = test_resource.test_id_moved.id == run.old_version.test_id
error_message = "ressource_id differed"
}
}