@openhi/constructs 0.0.132 → 0.0.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -1637,7 +1637,7 @@ var _StaticHosting = class _StaticHosting extends Construct8 {
1637
1637
  if (_StaticHosting.isWildcardDomain(domainName)) {
1638
1638
  return;
1639
1639
  }
1640
- new ARecord(this, `dns-record-${index}`, {
1640
+ new ARecord(this, `dns-record-${index}-${domainName}`, {
1641
1641
  zone: props.hostedZone,
1642
1642
  recordName: domainName,
1643
1643
  target: RecordTarget.fromAlias(