Skip to content

Commit

Permalink
Fix whitespace with terraform fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Aug 29, 2023
1 parent 813242a commit 49963d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ variable "zone" {
}

variable "codespaces_ip" {
type = string
type = string
description = "The GitHub-issued IP address for this dev container."
}

0 comments on commit 49963d3

Please sign in to comment.