github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/config/test-fixtures/provider-version/main.tf (about)

     1  provider "aws" {
     2  	version = "0.0.1"
     3  	a = "a"
     4  	b = "b"
     5  }
     6