Skip to content

Commit 8dddfa7

Browse files
authored
Merge pull request #17 from byu-oit/docs
Documentation updates
2 parents 20080c0 + 31d9e07 commit 8dddfa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ variable "codedeploy_lifecycle_hooks" {
6868

6969
variable "appspec_filename" {
7070
type = string
71-
description = "Filename (including path) to use when outputing appspec json."
71+
description = "Filename (including path) to use when outputting appspec json."
7272
default = null
7373
}
7474

@@ -80,7 +80,7 @@ variable "codedeploy_test_listener_port" {
8080

8181
variable "vpc_id" {
8282
type = string
83-
description = "VPC ID to deploy ECS fargate service."
83+
description = "VPC ID to deploy Lambda API service."
8484
}
8585
variable "public_subnet_ids" {
8686
type = list(string)
@@ -112,7 +112,7 @@ variable "lambda_policies" {
112112

113113
variable "use_codedeploy" {
114114
type = bool
115-
description = "If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (becuase CodeDeploy will do that)."
115+
description = "If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (because CodeDeploy will do that)."
116116
default = false
117117
}
118118

0 commit comments

Comments
 (0)