github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/command/e2etest/testdata/provider-tampering-base/provider-tampering-base.tf (about)

     1  terraform {
     2    required_providers {
     3      null = {
     4        # Our version is intentionally fixed so that we have a fixed
     5        # test case here, though we might have to update this in future
     6        # if e.g. Terraform stops supporting plugin protocol 5, or if
     7        # the null provider is yanked from the registry for some reason.
     8        source  = "hashicorp/null"
     9        version = "3.1.0"
    10      }
    11    }
    12  }