receita-provider/example/receitas.tf
Bitor Tonixa Balenca 9324ddd4b1
Linting
2023-12-19 23:31:44 +00:00

16 lines
266 B
HCL

terraform {
required_providers {
receita = {
source = "terraform.local/local/receita"
}
}
}
provider "receitas" {
endpoint = "localhost:9999"
}
resource "receita_receita" "receita_one" {
name = "Bola de carne"
author = "Maria Bacalhau"
}