From e2e26d35ed83f953be61b10f8c25f736334baca0 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 12 Apr 2021 01:10:04 +0000 Subject: [PATCH] Fix missing letter in "terraform" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974a8e9..24680ef 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This deployment creates a firewall group, adds rules to this group, and assigns ``` resource "vultr_firewall_group" "my_firewall_grp" { - description = "mumble-fw-deployed-by-terrafor" + description = "mumble-fw-deployed-by-terraform" } ``` -- GitLab