terraform/config/testdata/provider-version/main.tf

7 lines
57 B
HCL

provider "aws" {
version = "0.0.1"
a = "a"
b = "b"
}