mirror of
https://github.com/helix-editor/helix
synced 2026-08-02 13:51:19 +02:00
This will be used by the cargo indent-check xtask to validate queries, similar to the existing indent tests in helix-core.
7 lines
80 B
HCL
7 lines
80 B
HCL
resource "aws_instance" "web" {
|
|
ami = "abc"
|
|
tags = {
|
|
Name = "web"
|
|
}
|
|
}
|