Skip to content

Commit 018a842

Browse files
authored
fix: doc and resource name (#7)
1 parent bfd6c82 commit 018a842

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ This repository provides automation for granting Stacklet access to pre-existing
66

77
The terraform in this repository allows a single Stacklet-controlled AWS IAM role to execute BigQuery jobs against any number of billing data exports in GCP. Suitable configuration variables will be supplied by Stacklet, and the resulting outputs must be communicated back to Stacklet.
88

9-
It must be applied by an identity with sufficient privileges to:
10-
* create a project and associate a billing account id
11-
* grant `roles/bigquery.dataViewer` on each configured billing export table
12-
139
<!-- BEGIN_TF_DOCS -->
1410
## Requirements
1511

16-
No requirements.
12+
It must be applied by an identity with sufficient privileges to:
13+
* create a project and associate a billing account id
14+
* grant `roles/bigquery.dataViewer` on each configured billing export table
1715

1816
## Providers
1917

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "google_iam_workload_identity_pool_provider" "stacklet_account" {
5252
project = google_project.billing_export.project_id
5353
workload_identity_pool_id = google_iam_workload_identity_pool.stacklet_access.workload_identity_pool_id
5454
workload_identity_pool_provider_id = "stacklet-account"
55-
display_name = "Stacklet FOCUS export"
55+
display_name = "Stacklet billing queries"
5656
disabled = false
5757

5858
# The default attribute mapping for AWS sets `aws_role` attribute which matches the

0 commit comments

Comments
 (0)