Skip to content

Commit

Permalink
chore: disable synth
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Apr 14, 2023
1 parent b350ca2 commit 2ec317a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/@cdktf/hcl2cdk/test/helpers/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export enum Synth {
yes,
no_cant_resolve_construct,
no_missing_map_access, // See https://github.com/hashicorp/terraform-cdk/issues/2670
no_missing_type_coercion, // We don't type coerce numbers yet
never, // Some examples are built so that they will never synth but test a specific generation edge case
}

Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2cdk/test/resources.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ resource "kubernetes_secret" "secrets-xxx" {
}
`,
[binding.aws],
Synth.yes,
Synth.no_missing_type_coercion,
{
resources: ["aws_ecs_task_definition"],
}
Expand Down

0 comments on commit 2ec317a

Please sign in to comment.