summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames Edwards <admin@jaetech.org>2018-12-05 01:06:25 +0000
committerJames Edwards <admin@jaetech.org>2018-12-05 01:06:25 +0000
commit78d3f931c52041d71120ba8b8b02972b2fc8b4f4 (patch)
treed29b3d91c63059aa67854d5c06e379ccef07e50f /tests
parent86d2528cee60fd6e0e7a94bbac797eefeafec6eb (diff)
downloadpygments-78d3f931c52041d71120ba8b8b02972b2fc8b4f4.tar.gz
Fixed typos in terraform lexer
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/example.tf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examplefiles/example.tf b/tests/examplefiles/example.tf
index 50082616..4cbef52c 100644
--- a/tests/examplefiles/example.tf
+++ b/tests/examplefiles/example.tf
@@ -198,6 +198,7 @@ resource "aws_db_instance" "timeout_example" {
engine_version = "5.6.17"
instance_class = "db.t1.micro"
name = "mydb"
+
timeouts {
create = "60m"
delete = "2h"