github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/init-get-provider-legacy-from-state/main.tf (about)

     1  terraform {
     2    required_providers {
     3      alpha = {
     4        source  = "acme/alpha"
     5        version = "1.2.3"
     6      }
     7    }
     8  }
     9  
    10  resource "alpha_resource" "a" {
    11    index = 1
    12  }