Skip to content

Commit 4c547b8

Browse files
committed
updating the examples
1 parent 03ef296 commit 4c547b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ provider "azurerm" {
44
}
55

66
module "app-service" {
7-
// source = "kumarvna/app-service/azurerm"
8-
// version = "1.0.0"
9-
source = "../../"
7+
source = "kumarvna/app-service/azurerm"
8+
version = "1.0.0"
109

1110
# By default, this module will not create a resource group. Location will be same as existing RG.
1211
# proivde a name to use an existing resource group, specify the existing resource group name,

0 commit comments

Comments
 (0)