Skip to content

Commit

Permalink
Change to kebab case for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-norwood committed Apr 16, 2020
1 parent 4870dbe commit 1477c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
variable tfc_org_name {
description = "Name of the Terraform Cloud Organization"
type = string
default = "RunTriggersExampleOrg"
default = "run-triggers-example-org"
}

variable tfc_vpc_workspace_name {
description = "Name of the Workspace"
type = string
default = "LearnTerraformRunTriggersVPC"
default = "learn-terraform-run-triggers-vpc"
}

variable instances_per_subnet {
Expand Down

0 comments on commit 1477c98

Please sign in to comment.