CMDB-Server/CMDB/output.tf

5 lines
119 B
HCL

# 作成したRDSのアドレスを出力
output "cmdb_rds_address" {
value = aws_db_instance.cmdb_rds.address
}