GemeenteNijmegen / dns-management

Beheer van verschillende AWS hosted zones
European Union Public License 1.2
0 stars 0 forks source link

feat: prepare for parallel deployment in new LZ #86

Closed marnixdessing closed 1 year ago

marnixdessing commented 1 year ago
marnixdessing commented 1 year ago

CloudFormation template diff gecheckt met de configuratie voor de branch production. Er is diff voor alle remote stack custom resources in de account stages (in de DNSSEC stack)

Diff is de random string waarde die er voor zorgt dat de custom-resource bij elke deployment wordt geupdate:

"hostedzoneparametersSsmParameters396B76A4": {
   "Type": "AWS::CloudFormation::CustomResource",
   "Properties": {
    "ServiceToken": {
     "Fn::GetAtt": [
      "hostedzoneparametersMyProviderframeworkonEvent5F26CF64",
      "Arn"
     ]
    },
    "stackName": "dns-management-auth-prod-dnssec-stack",
    "regionName": "eu-west-1",
    "parameterPath": "/gemeente-nijmegen/account/hostedzone",
    "randomString": "0b8cshbsyq1p"
   },
   "UpdateReplacePolicy": "Delete",
   "DeletionPolicy": "Delete",
   "Metadata": {
    "aws:cdk:path": "dns-management-pipeline/dns-management-auth-prod/dnssec-stack/hosted-zone-parameters/SsmParameters/Default",
   }
  },