Fix resources typo in 201-web-app-docker-acr

resoruce -> resource
This commit is contained in:
Kaarlo Räihä 2022-02-22 19:23:13 +02:00 committed by GitHub
parent 2402916336
commit 9b007da5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ variable "environment" {
variable "location" {
type = "string"
description = "Location to deploy the resoruce group"
description = "Location to deploy the resource group"
default = "West US 2"
}