Skip to content

Commit 848f4f2

Browse files
committed
fix: incorrent resource links
1 parent 04a06d2 commit 848f4f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ No modules.
2929

3030
| Name | Type |
3131
|------|------|
32-
| [google_bigquery_table_iam_member.sa_bq_tables](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_table_iam_member) | resource |
32+
| [google_bigquery_table_iam_member.sa_bq_tables](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_table_iam) | resource |
3333
| [google_iam_workload_identity_pool.stacklet_access](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iam_workload_identity_pool) | resource |
3434
| [google_iam_workload_identity_pool_provider.stacklet_account](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iam_workload_identity_pool_provider) | resource |
35-
| [google_project.billing_export](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project) | resource |
36-
| [google_project_iam_member.sa_bq_jobs](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project_iam_member) | resource |
37-
| [google_project_service.bigquery](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project_service) | resource |
38-
| [google_project_service.iamcredentials](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project_service) | resource |
39-
| [google_service_account.billing_access](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account) | resource |
40-
| [google_service_account_iam_policy.billing_access](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account_iam_policy) | resource |
35+
| [google_project.billing_export](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project) | resource |
36+
| [google_project_iam_member.sa_bq_jobs](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project_iam) | resource |
37+
| [google_project_service.bigquery](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project_service) | resource |
38+
| [google_project_service.iamcredentials](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project_service) | resource |
39+
| [google_service_account.billing_access](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account) | resource |
40+
| [google_service_account_iam_policy.billing_access](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account_iam) | resource |
4141
| [google_iam_policy.stacklet_role_access](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/iam_policy) | data source |
4242

4343
## Inputs

0 commit comments

Comments
 (0)