Skip to content

Commit

Permalink
Fix modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Feb 23, 2023
1 parent eaabb76 commit 5dd482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_run/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "always_allocate_cpu" {
default = false
description = "Specifies if CPU should be always allocated to the Cloud Run service."
type = boolean
type = bool
}

variable "container" {
Expand Down

0 comments on commit 5dd482a

Please sign in to comment.