github.com/kjmkznr/terraform@v0.5.2-0.20180216194316-1d0f5fdac99e/configs/test-fixtures/valid-files/required-providers.tf (about)

     1  
     2  terraform {
     3    required_providers {
     4      aws    = "~> 1.0.0"
     5      consul = "~> 1.2.0"
     6    }
     7  }