Skip to content
Snippets Groups Projects
Commit e2e26d35 authored by James's avatar James
Browse files

Fix missing letter in "terraform"

parent 28fda914
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment