Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

fix: 320 Subnet validation in Network Configuration fails when multiple subnets exist in the VPC #321

Commits on Oct 8, 2023

  1. fix: 320 Subnet validation in Network Configuration fails when multip…

    …le subnets exist in the VPC.
    
    fixes PrefectHQ#320
    
    Subnet validation in Network Configuration fails when multiple subnets exist in the VPC.
    
    - Resolved an issue where defining subnets in network configuration would erroneously report them as missing in the VPC.
    - Adjusted the boto3 describe_subnets call to specifically compare against SubnetId, as it retrieves full subnet details.
    chotalia authored and rc committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b31d9ed View commit details
    Browse the repository at this point in the history