Skip to content

Commit

Permalink
add integration test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
WarFox committed Jan 19, 2024
1 parent d91713a commit 099e8ab
Show file tree
Hide file tree
Showing 8 changed files with 526 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"Resources": {
"Provider2281708E": {
"Type": "AWS::IAM::OIDCProvider",
"Properties": {
"ClientIdList": [
"foo",
"bar"
],
"ThumbprintList": [
"aa00aa1122aa00aa1122aa00aa1122aa00aa1122",
"aa00aa1122aa00aa1122aa00aa1122aa00aa1111"
],
"Url": "https://oidc.eks.us-east-1.amazonaws.com/id/test1"
}
},
"Minimal107EFE55": {
"Type": "AWS::IAM::OIDCProvider",
"Properties": {
"ThumbprintList": [
"aa00aa1122aa00aa1122aa00aa1122aa00aa1122"
],
"Url": "https://oidc.eks.us-east-1.amazonaws.com/id/test2"
}
}
},
"Outputs": {
"Arn": {
"Value": {
"Ref": "Provider2281708E"
}
},
"Issuer": {
"Value": {
"Fn::Select": [
1,
{
"Fn::Split": [
":oidc-provider/",
{
"Ref": "Provider2281708E"
}
]
}
]
}
},
"MinimalArn": {
"Value": {
"Ref": "Minimal107EFE55"
}
},
"MinimalIssuer": {
"Value": {
"Fn::Select": [
1,
{
"Fn::Split": [
":oidc-provider/",
{
"Ref": "Minimal107EFE55"
}
]
}
]
}
}
},
"Parameters": {
"BootstrapVersion": {
"Type": "AWS::SSM::Parameter::Value<String>",
"Default": "/cdk-bootstrap/hnb659fds/version",
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
}
},
"Rules": {
"CheckBootstrapVersion": {
"Assertions": [
{
"Assert": {
"Fn::Not": [
{
"Fn::Contains": [
[
"1",
"2",
"3",
"4",
"5"
],
{
"Ref": "BootstrapVersion"
}
]
}
]
},
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
}
]
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 099e8ab

Please sign in to comment.