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 03ef296 commit 4c547b8Copy full SHA for 4c547b8
examples/complete/main.tf
@@ -4,9 +4,8 @@ provider "azurerm" {
4
}
5
6
module "app-service" {
7
- // source = "kumarvna/app-service/azurerm"
8
- // version = "1.0.0"
9
- source = "../../"
+ source = "kumarvna/app-service/azurerm"
+ version = "1.0.0"
10
11
# By default, this module will not create a resource group. Location will be same as existing RG.
12
# proivde a name to use an existing resource group, specify the existing resource group name,
0 commit comments