You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we are creating an RDS postgres DB instance using the ARC IAC module it provides a null output value for rds_instance_hostname which we pass to another terraform module as the hostname to connect with the DB instance for automatic creation of databases.
To Reproduce
Steps to reproduce the behavior:
Use the RDS Postgres module for arc DB and create output. tf file
Run the terraform init, plan & apply to see the output.
See the output rds_instance_hostname which is giving null value.
Expected behavior
It should give the hostname of the rds instance.