diff --git a/README.md b/README.md index 974a8e9d4730f628f7c9b8a28eb99889bed90987..24680efbf0f4d356f47a12c077802ce6a4ae5a1a 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" } ```