Skip to content

Commit

Permalink
last tets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Feb 28, 2023
1 parent 84cd482 commit f03b340
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 97 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20.0.0",
"version": "30.1.0",
"files": {
"d01c24641c7d8cb6488393ffceaefff282370a9a522bf9d77b21da73fa257347": {
"source": {
Expand All @@ -14,15 +14,15 @@
}
}
},
"ca59a5a9368640ecbf25d69e1e3312350b2d7b735c3b73b031c02657142ca94b": {
"e7bc0b577d93d8f59c7fe5e6f67a018347fe8fe4ea16a012eba5a7504564f2e0": {
"source": {
"path": "aws-cdk-rds-instance.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "ca59a5a9368640ecbf25d69e1e3312350b2d7b735c3b73b031c02657142ca94b.json",
"objectKey": "e7bc0b577d93d8f59c7fe5e6f67a018347fe8fe4ea16a012eba5a7504564f2e0.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
}
}
},
"InstanceSecretAttachmentPolicy60A8B8DE": {
"InstanceSecretPolicy87F03D0F": {
"Type": "AWS::SecretsManager::ResourcePolicy",
"Properties": {
"ResourcePolicy": {
Expand Down Expand Up @@ -655,7 +655,7 @@
"Version": "2012-10-17"
},
"SecretId": {
"Ref": "InstanceSecretAttachment83BEE581"
"Ref": "InstanceSecret478E0A47"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"20.0.0"}
{"version":"30.1.0"}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20.0.0",
"version": "30.1.0",
"testCases": {
"integ.instance.lit": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"version": "20.0.0",
"version": "30.1.0",
"artifacts": {
"Tree": {
"type": "cdk:tree",
"properties": {
"file": "tree.json"
}
},
"aws-cdk-rds-instance.assets": {
"type": "cdk:asset-manifest",
"properties": {
Expand All @@ -23,7 +17,7 @@
"validateOnSynth": false,
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/ca59a5a9368640ecbf25d69e1e3312350b2d7b735c3b73b031c02657142ca94b.json",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/e7bc0b577d93d8f59c7fe5e6f67a018347fe8fe4ea16a012eba5a7504564f2e0.json",
"requiresBootstrapStackVersion": 6,
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
"additionalDependencies": [
Expand Down Expand Up @@ -243,10 +237,10 @@
"data": "InstanceSecretAttachmentRotationScheduleCC555119"
}
],
"/aws-cdk-rds-instance/Instance/Secret/Attachment/Policy/Resource": [
"/aws-cdk-rds-instance/Instance/Secret/Policy/Resource": [
{
"type": "aws:cdk:logicalId",
"data": "InstanceSecretAttachmentPolicy60A8B8DE"
"data": "InstanceSecretPolicy87F03D0F"
}
],
"/aws-cdk-rds-instance/Instance/Resource": [
Expand Down Expand Up @@ -356,9 +350,24 @@
"type": "aws:cdk:logicalId",
"data": "CheckBootstrapVersion"
}
],
"InstanceSecretAttachmentPolicy60A8B8DE": [
{
"type": "aws:cdk:logicalId",
"data": "InstanceSecretAttachmentPolicy60A8B8DE",
"trace": [
"!!DESTRUCTIVE_CHANGES: WILL_DESTROY"
]
}
]
},
"displayName": "aws-cdk-rds-instance"
},
"Tree": {
"type": "cdk:tree",
"properties": {
"file": "tree.json"
}
}
}
}
Loading

0 comments on commit f03b340

Please sign in to comment.