<@U06NG2ATAGY> sorry, wanted to followup on someth...
# aws
f
@numerous-book-75463 sorry, wanted to followup on something. where do you guys get the latest schema? here is why I am asking: aws released regional nat gateway. this is available via cloud formation: https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-natgateway.html parameters: AvailabilityMode and AvailabilityZoneAddresses but pulumi doesn't have it https://www.pulumi.com/registry/packages/aws-native/api-docs/ec2/natgateway/
n
We use the cloudformation schema. It looks like our nightly job to bring in the latest schema starting failing last week so if this was added last week then that is probably why we haven't pulled it in yet
f
@numerous-book-75463 not sure tbh. I've noticed terraform has exactly the same problem on with aws cloud control provider. can you point me to the url where you guys get it? I will check it and if there is a problem I can apply pressure on my aws account team
f
@numerous-book-75463 ok I am seeing it there, so probably indeed some problem on your side guys
Copy code
"AvailabilityMode" : {
      "type" : "string",
      "description" : ""
    },
    "AvailabilityZoneAddresses" : {
      "type" : "array",
      "uniqueItems" : true,
      "insertionOrder" : false,
      "items" : {
        "$ref" : "#/definitions/AvailabilityZoneAddress"
      },
👍 1
@numerous-book-75463 are you guys tracking this somehow or you need me to raise a gh issue?
n
yeah we have a couple of issues related to this. I'm working on fixing it today, I'll let you know when the new release is out
f
thank you!
n
I forgot to comment here yesterday, but the new release is published
f
@numerous-book-75463 this is great! thank you!