github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/valid-modules/required-providers-overrides/providers.tf (about)

     1  terraform {
     2    required_providers {
     3      bar = {
     4        source = "acme/bar"
     5      }
     6  
     7      foo = {
     8        source = "acme/foo"
     9      }
    10    }
    11  }