@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.js CHANGED
@@ -2466,7 +2466,7 @@ var _StaticHosting = class _StaticHosting extends import_constructs8.Construct {
2466
2466
  if (_StaticHosting.isWildcardDomain(domainName)) {
2467
2467
  return;
2468
2468
  }
2469
- new import_aws_route532.ARecord(this, `dns-record-${index}`, {
2469
+ new import_aws_route532.ARecord(this, `dns-record-${index}-${domainName}`, {
2470
2470
  zone: props.hostedZone,
2471
2471
  recordName: domainName,
2472
2472
  target: import_aws_route532.RecordTarget.fromAlias(