mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Fix typos (#1905)
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:
@@ -2,7 +2,7 @@ variable "otherresourcename" {
|
||||
default = "aws_instance.web1"
|
||||
}
|
||||
|
||||
variable "vairable_with_interpolation" {
|
||||
variable "variable_with_interpolation" {
|
||||
default = "${var.otherresourcename}"
|
||||
}
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user