Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: for consistency, the property name now is renamed to keyPairName #258

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

udondan
Copy link
Owner

@udondan udondan commented Mar 9, 2024

Fixes #30

Migration guide

in your KeyPair properteis, change the property name to keyPairName.

new KeyPair(this, 'Foo {
  keyPairName: 'CFN-signing-key',
});

@udondan udondan enabled auto-merge (squash) March 9, 2024 07:09
@udondan udondan merged commit a39e251 into main Mar 9, 2024
4 checks passed
@udondan udondan deleted the key-pair-name branch March 9, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent names of name and keyPairName
1 participant