Skip to content

Commit 6d2c09c

Browse files
authored
Merge pull request #3 from kumarvna/develop
updating examples
2 parents 635aa5a + a1938c2 commit 6d2c09c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/PostgreSQL_Server/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module "postgresql-db" {
2-
// source = "kumarvna/postgresql-db/azurerm"
3-
// version = "1.0.0"
4-
source = "../../"
2+
source = "kumarvna/postgresql-db/azurerm"
3+
version = "1.0.0"
54

65
# By default, this module will create a resource group
76
# proivde a name to use an existing resource group and set the argument

0 commit comments

Comments
 (0)