Chapter
resource "chapter" "introduction" {
title = "Introduction"
page "terraform" {
file = "instructions/introduction/what_is_terraform.md"
validation = {
"introduction" = resource.quiz.introduction
}
}
page "platform" {
file = "instructions/introduction/workshop_environment.md"
}
page "outline" {
file = "instructions/introduction/what_will_you_learn.md"
}
}
Last updated