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 01e377e commit 27da787Copy full SHA for 27da787
examples/templates/azure-linux/main.tf
@@ -11,7 +11,7 @@ terraform {
11
12
# See https://registry.coder.com/modules/azure-region
13
module "azure_region" {
14
- source = "registry.coder.com/modules/azure-region/coder"
+ source = "registry.coder.com/modules/azure-region/coder"
15
16
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
17
version = ">= 1.0.0"
0 commit comments