Skip to content

Commit 0a0e767

Browse files
committed
adds note to deprecated variable
1 parent b050dbb commit 0a0e767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ resource "aws_db_subnet_group" "rds_postgres_subnet_group" {
2929
}
3030

3131
resource "aws_db_instance" "rds_postgres" {
32+
# 'name' is deprecated in favor of 'db_name' after provider version 4.0.0
3233
name = var.postgres_name
3334

3435
identifier_prefix = var.identifier_prefix

0 commit comments

Comments
 (0)