github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/valid-files/required-providers.tf (about) 1 2 terraform { 3 required_providers { 4 aws = "~> 1.0.0" 5 consul = "~> 1.2.0" 6 } 7 }