github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/warning-files/provider_ref.tf (about)

     1  provider "null" {
     2    alias = "foo"
     3  }
     4  
     5  resource "null_resource" "test" {
     6    provider = "null.foo" # WARNING: Quoted references are deprecated
     7  }