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.
1 parent f40d0da commit 42000a5Copy full SHA for 42000a5
infrastructure/applications/database/subnet.tf
@@ -1,6 +1,6 @@
1
resource "aws_db_subnet_group" "rds" {
2
name = "pythonit-${terraform.workspace}-rds-subnet"
3
- description = "Pythonit rds subnet"
+ description = "pythonit ${terraform.workspace} rds subnet"
4
subnet_ids = var.private_subnets_ids
5
6
tags = {
0 commit comments