Skip to content

Commit

Permalink
Add description to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed May 7, 2024
1 parent 6fb06c4 commit 6826fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nise/generators/aws/aws_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"""AWS Report Constants"""

REGIONS = (
# (location description, region code, sub region code, storage region)
("US East (N. Virginia)", "us-east-1", "us-east-1a", "USE1-EBS"),
("US East (N. Virginia)", "us-east-1", "us-east-1b", "USE1-EBS"),
("US East (N. Virginia)", "us-east-1", "us-east-1c", "USE1-EBS"),
Expand Down

0 comments on commit 6826fb2

Please sign in to comment.