mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-15 17:05:11 +01:00
support simple types
This commit is contained in:
parent
69daf83c53
commit
18a9d610cd
7 changed files with 173 additions and 20 deletions
|
|
@ -8,4 +8,10 @@ terraform {
|
|||
|
||||
provider "terustform" {}
|
||||
|
||||
resource "terustform_hello" "test1" {}
|
||||
//resource "terustform_hello" "test1" {}
|
||||
|
||||
data "terustform_kitty" "kitty" {}
|
||||
|
||||
output "meow" {
|
||||
value = data.terustform_kitty.kitty.kitten
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue