github.com/hartzell/terraform@v0.8.6-0.20180503104400-0cc9e050ecd4/config/test-fixtures/provider-version/main.tf (about) 1 provider "aws" { 2 version = "0.0.1" 3 a = "a" 4 b = "b" 5 } 6