Skip to content

Instantly share code, notes, and snippets.

View rodentskie's full-sized avatar

Rodney Lingganay rodentskie

View GitHub Profile
@rodentskie
rodentskie / mq.ts
Created May 25, 2022 01:02
cdktf mqbroker and mqconfiguration bug
/* eslint-disable no-new */
import {
S3Backend,
TerraformOutput,
TerraformStack,
TerraformVariable,
} from 'cdktf';
import { Construct } from 'constructs';
import { MqBroker, MqConfiguration } from '@cdktf/provider-aws/lib/mq';
import { SecurityGroup } from '@cdktf/provider-aws/lib/vpc';