Theivendram Athavan
Theivendram Athavan
 as you can see in the image, I have implemented adding Text inputs dynamically with the button press, everything is working perfectly only the 1st text input hidden item...
``` module "rds-pg" { source = "terraform-aws-modules/rds/aws" version = "6.4.0" identifier = "pg" availability_zone = "ap-south-1a" allocated_storage = 20 max_allocated_storage = 100 db_name = "name" manage_master_user_password = true manage_master_user_password_rotation =...