blob: 4300f04f86138ebd7400cb7eb57b611d3178b90a [file] [log] [blame]
terraform {
required_providers {
terraform = {
// hashicorp/terraform is published in the registry, but it is
// archived (since it is internal) and returns a warning:
//
// "This provider is archived and no longer needed. The terraform_remote_state
// data source is built into the latest Terraform release."
source = "hashicorp/terraform"
}
}
}