github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/init-syntax-invalid-backend-attribute-invalid/main.tf (about)

     1  
     2  terraform {
     3    backend "local" {
     4      path = $invalid
     5    }
     6  }
     7  
     8  variable "input" {
     9    type = string
    10  }