mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
* fix: local variables should not be overridden by remote variables during `terraform import` * chore: applied the same fix in the 'internal/cloud' package * backport changes from cloud package to remote package Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com> Co-authored-by: uturunku1 <luces.huayhuaca@gmail.com>
9 lines
62 B
HCL
9 lines
62 B
HCL
variable "key1" {
|
|
}
|
|
|
|
variable "key2" {
|
|
}
|
|
|
|
variable "key3" {
|
|
}
|