If you could allow code snippets for commands likego get github.com/<x>/<y>/
and multi-line blocks like:
resource "aws_instance" "example" {
ami = ""
instance_type = "t2.micro"
security_groups = [aws_security_group.the0x_demo.name]
...
}