169163334 - Adds postgres module and configures dev to run pg
Adds the postgres module and configures it in the development environment.
This commit is contained in:
8
terraform/providers/dev/postgres.tf
Normal file
8
terraform/providers/dev/postgres.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
module "sql" {
|
||||
source = "../../modules/postgres"
|
||||
name = var.name
|
||||
owner = var.owner
|
||||
environment = var.environment
|
||||
region = var.region
|
||||
subnet_id = module.vpc.subnets # FIXME - Should be a map of subnets and specify private
|
||||
}
|
Reference in New Issue
Block a user