Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⭐ Add new fields to aws.vpc.subnet #2399

Merged
merged 1 commit into from
Oct 30, 2023
Merged

⭐ Add new fields to aws.vpc.subnet #2399

merged 1 commit into from
Oct 30, 2023

Conversation

tas50
Copy link
Member

@tas50 tas50 commented Oct 29, 2023

Add AZ fields to the subnet, which is critical information when digging into VPC subnets.

cnquery> aws.vpcs.first.subnets{*}
aws.vpcs.first.subnets: [
  0: {
    arn: "arn:aws:ec2:ap-south-1:177043123456:subnet/subnet-b231234"
    id: "subnet-b231234"
    cidrs: "172.31.16.0/20"
    mapPublicIpOnLaunch: true
    defaultForAvailabilityZone: true
    availabilityZone: "ap-south-1c"
  }
...

Add AZ fields to the subnet, which is critical information when digging
into VPC subnets.

```
cnquery> aws.vpcs.first.subnets{*}
aws.vpcs.first.subnets: [
  0: {
    arn: "arn:aws:ec2:ap-south-1:177043123456:subnet/subnet-b231234"
    id: "subnet-b231234"
    cidrs: "172.31.16.0/20"
    mapPublicIpOnLaunch: true
    defaultForAvailabilityZone: true
    availabilityZone: "ap-south-1c"
  }
...
````

Signed-off-by: Tim Smith <[email protected]>
@tas50 tas50 changed the title Add new fields to aws.vpc.subnet ⭐ Add new fields to aws.vpc.subnet Oct 29, 2023
Copy link
Member

@arlimus arlimus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kudos!

@arlimus arlimus merged commit 02a9b5b into main Oct 30, 2023
10 checks passed
@arlimus arlimus deleted the tas50/more_aws_fields branch October 30, 2023 07:35
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants