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

Adding availability zones #1021

Merged
merged 1 commit into from
Jul 12, 2019
Merged

Adding availability zones #1021

merged 1 commit into from
Jul 12, 2019

Conversation

PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Jul 12, 2019

aws ec2 describe-regions | pcregrep -o1 '"RegionName": "(.*)"' | xargs -L1 bash -c 'aws ec2 describe-availability-zones --region $0 | grep "ZoneName"'

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

$ aws ec2 describe-regions | pcregrep -o1 '"RegionName": "(.*)"' | xargs -L1 bash -c 'aws ec2 describe-availability-zones --region $0 | grep "ZoneName"'
@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #1021 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1021   +/-   ##
=======================================
  Coverage   86.83%   86.83%           
=======================================
  Files         133      133           
  Lines        7878     7878           
  Branches     1939     1939           
=======================================
  Hits         6841     6841           
  Misses        639      639           
  Partials      398      398
Impacted Files Coverage Δ
src/cfnlint/helpers.py 85.03% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1663ba0...8676ffa. Read the comment docs.

@kddejong kddejong merged commit da6e654 into aws-cloudformation:master Jul 12, 2019
@PatMyron PatMyron deleted the patch-1 branch July 27, 2019 23:54
PatMyron referenced this pull request in PatMyron/cloud May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants