resource "single_choice_question" "terraform_creator" { question ="Which company built Terraform?" answer ="HashiCorp" distractors = ["Google","Amazon","Microsoft","HashiCorp"] hints = ["Mitchell Hashimoto and Armon Dadgar founded this company","The company is known for other popular tools like Vagrant and Vault","The company name starts with an 'H'" ]}