Data Source: aws_db_instance

Use this data source to get information about an RDS instance

Example Usage

data "aws_db_instance" "database" {
  db_instance_identifier = "my-test-database"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

master_user_secret

The master_user_secret configuration block supports the following attributes: