kevanslumin
kevanslumin
``` @Component({ selector: 'something', templateUrl: './something.component.html', providers: [WebWorkerService], }) ```
I'd like to automate the argocd login with headless chrome via chromedp or puppeteer. Could you possibly add a flag like `--browser=none` to just print out the SSO URL without...
Okay, after more testing I narrowed down the set of changes that start exhibiting the new behavior: New behavior: ``` + github.com/aws/constructs-go/constructs/v10 v10.2.52 + github.com/aws/jsii-runtime-go v1.84.0 + github.com/cdktf/cdktf-provider-aws-go/aws/v15 v15.0.0 +...
It looks like this might be related to .17 changes to the context field of the cdktf.json config like `excludeStackIdFromLogicalIds` and `allowSepCharsInLogicalIds`. Is there any way to get this behavior...
Looks like the fix is documented here: https://github.com/hashicorp/terraform-cdk/issues/3378 The link to the docs there is out of date though, here is the newer one: https://github.com/hashicorp/web-unified-docs/blob/caf1f65ab9368ffc8d9900076e81467b122379ae/content/terraform-cdk/v0.19.x/docs/cdktf/release/upgrade-guide-v0-17.mdx#L11 Using Aspects: https://developer.hashicorp.com/terraform/cdktf/concepts/aspects MigrateIds: https://constructs.dev/packages/cdktf/v/0.21.0/api/MigrateIds?lang=go...