If you have two .tf files, with two #terraform blocks, what happens?
e.g.
http://two.tf
terraform {
backend "remote" {
}
}
http://one.tf
terraform {
required_version = ">= 0.12.26"
}
Post
August 6, 2020
August 6, 2020
If you have two .tf files, with two #terraform blocks, what happens?
e.g.
http://two.tf
terraform {
backend "remote" {
}
}
http://one.tf
terraform {
required_version = ">= 0.12.26"
}