github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/null_provider_basic/main.tf (about)

     1  terraform {
     2    required_providers {
     3      null = {
     4        source  = "hashicorp/null"
     5        version = "3.1.1"
     6      }
     7    }
     8  }
     9  
    10  provider "null" {}
    11  
    12  resource "null_resource" "null_resource" {}