We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e77bc commit b10e729Copy full SHA for b10e729
examples/templates/gcp-linux/main.tf
@@ -17,8 +17,8 @@ variable "project_id" {
17
18
# See https://registry.coder.com/modules/gcp-region
19
module "gcp_region" {
20
- source = "registry.coder.com/modules/gcp-region/coder"
21
-
+ source = "registry.coder.com/modules/gcp-region/coder"
+
22
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
23
version = ">= 1.0.0"
24
0 commit comments