mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-31 11:17:25 -06:00
7e7d4c70df
We now accept syntactically-valid version constraints on provider blocks, though we still don't actually do anything with them.
6 lines
73 B
HCL
6 lines
73 B
HCL
provider "aws" {
|
|
version = "bananas"
|
|
a = "a"
|
|
b = "b"
|
|
}
|