mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-16 17:35:13 +01:00
Improvements
This commit is contained in:
parent
edf7b7dac3
commit
bf7bd330b3
10 changed files with 189 additions and 72 deletions
|
|
@ -18,4 +18,8 @@ data "corsschool_class" "test" {
|
|||
}
|
||||
output "class" {
|
||||
value = data.corsschool_class.test
|
||||
}
|
||||
|
||||
resource "corsschool_class" "myclass" {
|
||||
name = "meow"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue