Skip to content

Commit

Permalink
Fixing Linode group label (minor fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmelehan committed Oct 20, 2018
1 parent 9504aa9 commit 685950c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 685950c

Please sign in to comment.