Work on tf file
This commit is contained in:
parent
7ce6bf3731
commit
ce51048cd6
1 changed files with 16 additions and 0 deletions
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue