Anton Tayanovskyy
Anton Tayanovskyy
Change schema Computed, Default, edit Create
Add certificate_authorities to schema alongside certificate_authority
Looks like still the case https://www.pulumi.com/registry/packages/aws/api-docs/wafv2/rulegroup/ IN addition the page is really difficult to read because of all the helper long type names. Just found this again tagging things with...
I have a repro here that I hope demonstrates the issue, unfortunately it is still present in recent Pulumi. ```typescript import * as pulumi from "@pulumi/pulumi"; import * as aws...
This seems to be very similar to https://github.com/pulumi/pulumi-aws/issues/2246 just for a different pair of coupled resources that are not recommended to be used together, there seems to be a pattern...
Similarly to #2246 ignoreChanges is not able to affect refresh, but there is a new feature being developed for an ignoreRefreshChanges flag that is the recommended workaround for 2246 that...
Adding https://github.com/pulumi/pulumi-policy-aws/issues/110 to make the NOTE a visible warning for users of AWSGuard.
Currently saying `main_aws_vpc["id"]` which still is off. I think we're failing to guess the type of the dangling variable here.
```typescript import * as aws from "@pulumi/aws"; const mainVpc = new aws.ec2.Vpc("main", {cidrBlock: "10.0.0.0/16"}); const example = new aws.ec2.Subnet("in_secondary_cidr", { vpcId: mainVpc.id, cidrBlock: "10.0.0.0/24", }); export const exampleId = example.id;...
This sets availability_zone and availability_zone_in Read: https://github.com/hashicorp/terraform-provider-aws/blob/master/internal/service/ec2/vpc_subnet.go#L250 This specifies the conflict: https://github.com/hashicorp/terraform-provider-aws/blob/master/internal/service/ec2/vpc_subnet.go#L68