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.
2 parents 635aa5a + a1938c2 commit 6d2c09cCopy full SHA for 6d2c09c
examples/PostgreSQL_Server/main.tf
@@ -1,7 +1,6 @@
1
module "postgresql-db" {
2
- // source = "kumarvna/postgresql-db/azurerm"
3
- // version = "1.0.0"
4
- source = "../../"
+ source = "kumarvna/postgresql-db/azurerm"
+ version = "1.0.0"
5
6
# By default, this module will create a resource group
7
# proivde a name to use an existing resource group and set the argument
0 commit comments