Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion terraform/aws/iglu_server/default/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ variable "iam_permissions_boundary" {
}

variable "ssl_information" {
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer"
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer (required for HTTPS)"
type = object({
enabled = bool
certificate_arn = string
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/iglu_server/secure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ variable "iam_permissions_boundary" {
}

variable "ssl_information" {
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer"
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer (required for HTTPS)"
type = object({
enabled = bool
certificate_arn = string
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/pipeline/default/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ variable "iam_permissions_boundary" {
}

variable "ssl_information" {
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer"
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer (required for HTTPS)"
type = object({
enabled = bool
certificate_arn = string
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/pipeline/secure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ variable "iam_permissions_boundary" {
}

variable "ssl_information" {
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer"
description = "The ARN of an Amazon Certificate Manager certificate to bind to the load balancer (required for HTTPS)"
type = object({
enabled = bool
certificate_arn = string
Expand Down