Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Nathan Baulch
2024-08-30 03:20:33 +10:00
committed by GitHub
parent ffeded20a4
commit ea558d9d4b
209 changed files with 410 additions and 410 deletions

View File

@@ -2,7 +2,7 @@ variable "otherresourcename" {
default = "aws_instance.web1"
}
variable "vairable_with_interpolation" {
variable "variable_with_interpolation" {
default = "${var.otherresourcename}"
}

View File

@@ -22,7 +22,7 @@
}
},
"snippet": {
"context": "variable \"vairable_with_interpolation\"",
"context": "variable \"variable_with_interpolation\"",
"code": " default = \"${var.otherresourcename}\"",
"start_line": 6,
"highlight_start_offset": 15,