Theivendram Athavan

Results 2 issues of Theivendram Athavan

![image](https://user-images.githubusercontent.com/61150758/144783767-dda25278-576a-4d41-ad71-bac639414d51.png) 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 =...