Stub out resources

This commit is contained in:
nora 2024-04-29 19:38:12 +02:00
parent 3c891034ee
commit 60de4d5ba8
7 changed files with 155 additions and 39 deletions

View file

@ -8,21 +8,6 @@ terraform {
provider "corsschool" {}
//resource "terustform_hello" "test1" {}
data "corsschool_kitty" "kitty" {
name = "aa mykitten"
}
data "corsschool_kitty" "hellyes" {
name = "aa a cute kitty"
}
output "cat1" {
value = data.corsschool_kitty.kitty.meow
}
output "cat2" {
value = data.corsschool_kitty.hellyes.meow
}
data "corsschool_hugo" "hugo" {}
output "hugo" {
value = data.corsschool_hugo.hugo