github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/e2etest/testdata/provider-warnings/main.tf (about) 1 terraform { 2 required_providers { 3 terraform = { 4 // hashicorp/terraform is published in the registry, but it is 5 // archived (since it is internal) and returns a warning: 6 // 7 // "This provider is archived and no longer needed. The terraform_remote_state 8 // data source is built into the latest Terraform release." 9 source = "hashicorp/terraform" 10 } 11 } 12 }