Skip to content

Commit bd6b896

Browse files
committed
Fix typos
1 parent d081311 commit bd6b896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/src/asset-account/mir/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function resources(inputs: Params): Record<string, Resource> {
3939
asset_region_stack_deployer: {
4040
type: "aws_iam_role",
4141
name: "ElastioAssetRegionStackDeployer",
42-
description: "Used by Cloudformation to deploy region-level stack",
42+
description: "Used by CloudFormation to deploy region-level stack",
4343
assumeRolePolicy: {
4444
Action: "sts:AssumeRole",
4545
Principal: {

codegen/src/asset-account/params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const CommonParams = type({
7171
}).optional(),
7272
});
7373

74-
export const CloudformationParams = CommonParams.merge({
74+
export const CloudFormationParams = CommonParams.merge({
7575
orchestrator: "'cloudformation'",
7676

7777
disableDeploymentNotification: type("boolean")

0 commit comments

Comments
 (0)