Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #3

Merged
merged 5 commits into from
Jun 15, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix typo
  • Loading branch information
sarkis committed Jun 15, 2018
commit 304f34181c931d83d34fa255e391960bb00e7f1f
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variable "namespace" {
"namespace" {
description = "Namespace, which could be your organization name, e.g. `cp` or `cloudposse`"
}

Expand Down Expand Up @@ -35,7 +35,7 @@ variable "vpc_id" {

variable "subnet_ids" {
type = "list"
desciption = "A list of subnet IDs to associate with ALB"
description = "A list of subnet IDs to associate with ALB"
}

variable "security_group_ids" {
Expand Down