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

Update nise and AWS DataTransferGenerator resource IDs #5222

Merged
merged 4 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ paths = [
'''grafana\/grafana.db.sql''',
'''.env.example''',
'''docs\/devtools.md''',
'''dev\/scripts\/nise_ymls\/ocp_on_aws\/aws_static_data.yml''',
]
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions dev/scripts/nise_ymls/ocp_on_aws/aws_static_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ generators:
costCategory/env: ephemeral
- DataTransferGenerator:
product_sku: VEAJHRNKTJZQ
resource_id: i-55555555
resource_id: 55555555
tags:
resourceTags/user:app: analytics
resourceTags/user:Mapping: d1
Expand All @@ -340,7 +340,7 @@ generators:
start_date: {{start_date}}
end_date: {{end_date}}
product_sku: VEAJHRNKTJAA
resource_id: i-55555556
resource_id: 55555556
tags:
resourceTags/user:app: cost
resourceTags/user:Mapping: d1
Expand All @@ -351,7 +351,7 @@ generators:
start_date: {{start_date}}
end_date: {{end_date}}
product_sku: VEAJHRNKTJAB
resource_id: i-55555557
resource_id: 55555557
tags:
resourceTags/user:app: catalog
resourceTags/user:Mapping: d1
Expand All @@ -362,7 +362,7 @@ generators:
start_date: {{start_date}}
end_date: {{end_date}}
product_sku: VEAJHRNKTJAC
resource_id: i-55555558
resource_id: 55555558
tags:
resourceTags/user:app: catalog
resourceTags/user:Mapping: d1
Expand All @@ -374,7 +374,7 @@ generators:
start_date: {{start_date}}
end_date: {{end_date}}
product_sku: VEAJHRNAAAAA
resource_id: i-55555559
resource_id: 55555559
tags:
resourceTags/user:app: cost
resourceTags/user:Mapping: d1
Expand Down Expand Up @@ -420,7 +420,7 @@ generators:
- DataTransferGenerator:
start_date: {{start_date}}
end_date: {{end_date}}
resource_id: i-55555554
resource_id: 55555554
product_sku: AERJHRNCCCCC
product_code: AmazonRDS
product_name: Amazon Relational Database Service
Expand Down
Loading