From 685950c9c332fe3be6bc45408efb8fe0d14880c4 Mon Sep 17 00:00:00 2001 From: nmelehan Date: Sat, 20 Oct 2018 14:11:00 -0400 Subject: [PATCH] Fixing Linode group label (minor fix) --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/applications/configuration-management/how-to-build-your-infrastructure-using-terraform-and-linode/index.md b/docs/applications/configuration-management/how-to-build-your-infrastructure-using-terraform-and-linode/index.md index 78305400cdd..d96d3f303fd 100644 --- a/docs/applications/configuration-management/how-to-build-your-infrastructure-using-terraform-and-linode/index.md +++ b/docs/applications/configuration-management/how-to-build-your-infrastructure-using-terraform-and-linode/index.md @@ -344,7 +344,7 @@ In production environments, your SSH key and root password should be unique for resource "linode_instance" "terraform-db" { image = "linode/centos7" label = "Terraform-Db-Example" - group = "web" + group = "Terraform" region = "us-south" type = "g6-standard-1" swap_size = 1024