pulumi / pulumi-converter-terraform

Apache License 2.0
9 stars 3 forks source link

Workflow failure: Run Acceptance Tests from Cron #214

Open pulumi-bot opened 6 days ago

pulumi-bot commented 6 days ago

Workflow Failure

Run Acceptance Tests from Cron has failed. See the list of failures below:

justinvp commented 3 days ago

The ALB example tests are failing with:

          error: main.pp:40,3-19: unsupported attribute 'enableZonalShift'; unsupported attribute 'enableZonalShift'
          error: main.pp:94,3-24: unsupported attribute 'tcpIdleTimeoutSeconds'; unsupported attribute 'tcpIdleTimeoutSeconds'

Looks like the module is using new capabilities of v5.73.0 of the AWS provider, and the associated Pulumi update is still in progress: https://github.com/pulumi/pulumi-aws/pull/4674

We could temporarily pin the test to older commit of the module until https://github.com/pulumi/pulumi-aws/pull/4674 has been merged and released.