Skip to content

Commit a1938c2

Browse files
committed
updating examples
1 parent 635aa5a commit a1938c2

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)