receita-provider/example/receitas.tf
Bitor Tonixa Balenca ce51048cd6
Work on tf file
2023-12-19 23:31:44 +00:00

16 lines
260 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"
}