From ce51048cd6b4ffc7a9432a5215a10c30b3b84e71 Mon Sep 17 00:00:00 2001 From: Bitor Tonixa Balenca Date: Tue, 19 Dec 2023 23:31:44 +0000 Subject: [PATCH] Work on tf file --- example/receitas.tf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" +}