github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/noop/want/providers.tf (about)

     1  
     2  terraform {
     3    required_version = ">= 0.7.0, <0.13.0"
     4  
     5    backend "local" {
     6      path = "foo.tfstate"
     7    }
     8  }
     9  
    10  provider "test" {
    11  }