Work on tf file

This commit is contained in:
Bitor Tonixa Balenca 2023-12-19 23:31:44 +00:00
parent 7ce6bf3731
commit ce51048cd6
No known key found for this signature in database
GPG key ID: AF4454DAA92FA1F4

View file

@ -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"
}