Skip to content

v1.13.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 09 Nov 00:00
· 7 commits to refs/heads/main since this release
Output instance endpoints, add attributes to `random_pet` that force a new instance @finchr (#236) …new instance

what

  • output instance endpoints
  • add aws_rds_cluster_instance attributes that force a new instance to the randmon_pet resource.

why

  • I need the actual instance endpoints for the Datadog DMS integration, the default dashboards work better with the exact instance identifier.
  • Currently if any of these attributes change (db_subnet_group_name, engine) it will bypass the random_pet and attempt to create instances with the same identifier.

references