Sorry, we don't support your browser.  Install a modern browser

Support Code Snippet#181

0

If you could allow code snippets for commands like
go 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]
    ...
}
2 years ago