Skip to content

RDS Postgres Module Providing Null Output for DB Hostname #85

@HarshitSF

Description

@HarshitSF

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:

  1. Use the RDS Postgres module for arc DB and create output. tf file
    image

  2. Run the terraform init, plan & apply to see the output.
    image

  3. See the output rds_instance_hostname which is giving null value.

Expected behavior
It should give the hostname of the rds instance.

Metadata

Metadata

Assignees

Labels

arc iacbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions