diff --git a/example/receitas.tf b/example/receitas.tf index e69de29..283fce0 100644 --- a/example/receitas.tf +++ b/example/receitas.tf @@ -0,0 +1,16 @@ +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" +}