mirror of https://github.com/hashicorp/terraform
We now accept syntactically-valid version constraints on provider blocks, though we still don't actually do anything with them.pull/15208/head
parent
9b4f15c261
commit
7e7d4c70df
@ -0,0 +1,5 @@
|
||||
provider "aws" {
|
||||
version = "bananas"
|
||||
a = "a"
|
||||
b = "b"
|
||||
}
|
||||
Loading…
Reference in new issue