Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
George Scott committed Sep 5, 2023
1 parent 008e965 commit 99429ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/byob/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "allowed_inbound_cidrs" {
type = list(string)
nullable = false
description = "(Optional) Allow HTTP(S) traffic to W&B. Defaults to all connections."
description = "Which IPv4 addresses/ranges to allow access. No default -- this must be explicitly provided."
}

variable "project_id" {
Expand Down

0 comments on commit 99429ac

Please sign in to comment.