This commit is contained in:
nora 2024-04-16 19:33:36 +02:00
parent 854f7bb2bc
commit 85d10ed893
15 changed files with 328 additions and 160 deletions

View file

@ -21,4 +21,9 @@ output "cat1" {
}
output "cat2" {
value = data.corsschool_kitty.hellyes.meow
}
data "corsschool_hugo" "hugo" {}
output "hugo" {
value = data.corsschool_hugo.hugo
}