github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/command/testdata/init-provider-source/main.tf (about)

     1  terraform {
     2    required_providers {
     3      test = {
     4        # Terraform >= v0.12.25 prints a warning that "source" is ignored
     5        source = "hashicorp/test"
     6      }
     7    }
     8  }