summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.tf
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
commit7dfc68988ef1a3fe3657f9b23ae07308fd037f86 (patch)
tree80f0565cd090946a7ec7e5c6abe4680e2ddd3c64 /tests/examplefiles/example.tf
parent8cddc9c11a8647467941defd10bca7bff1237d45 (diff)
downloadpygments-git-7dfc68988ef1a3fe3657f9b23ae07308fd037f86.tar.gz
Fixed typos in terraform lexer
Diffstat (limited to 'tests/examplefiles/example.tf')
-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"