6 lines
76 B
Terraform
6 lines
76 B
Terraform
|
terraform {
|
||
|
provider_meta "my-provider" {
|
||
|
hello = "test-module"
|
||
|
}
|
||
|
}
|