Amazon web services – Terraform – Remove AWS security_group_rule from a PostgreSQL DB after upload of dump has been completed
I got a Terraform script in which I setup a PostgreSQL DB in AWS. There my idea was to: Setup the DB with a security group which got port 5432 closed Add a rule to the security group which opens…