Skip to content

Commit

Permalink
updated output dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaluka committed Nov 17, 2023
1 parent 7158864 commit f0467fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 6 additions & 6 deletions modules/project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,10 @@ module "bucket" {
|---|---|:---:|
| [custom_roles](outputs.tf#L17) | Ids of the created custom roles. | |
| [id](outputs.tf#L25) | Project id. | |
| [name](outputs.tf#L44) | Project name. | |
| [number](outputs.tf#L56) | Project number. | |
| [project_id](outputs.tf#L75) | Project id. | |
| [service_accounts](outputs.tf#L94) | Product robot service accounts in project. | |
| [services](outputs.tf#L110) | Service APIs to enabled in the project. | |
| [sink_writer_identities](outputs.tf#L119) | Writer identities created for each sink. | |
| [name](outputs.tf#L45) | Project name. | |
| [number](outputs.tf#L57) | Project number. | |
| [project_id](outputs.tf#L77) | Project id. | |
| [service_accounts](outputs.tf#L97) | Product robot service accounts in project. | |
| [services](outputs.tf#L113) | Service APIs to enabled in the project. | |
| [sink_writer_identities](outputs.tf#L122) | Writer identities created for each sink. | |
<!-- END TFDOC -->
9 changes: 6 additions & 3 deletions modules/project/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ output "id" {
google_kms_crypto_key_iam_member.service_identity_cmek,
google_project_service_identity.jit_si,
google_project_service_identity.servicenetworking,
google_project_iam_member.servicenetworking
google_project_iam_member.servicenetworking,
google_project_service_identity.dlp
]
}

Expand Down Expand Up @@ -66,7 +67,8 @@ output "number" {
google_kms_crypto_key_iam_member.service_identity_cmek,
google_project_service_identity.jit_si,
google_project_service_identity.servicenetworking,
google_project_iam_member.servicenetworking
google_project_iam_member.servicenetworking,
google_project_service_identity.dlp
]
}

Expand All @@ -87,7 +89,8 @@ output "project_id" {
google_kms_crypto_key_iam_member.service_identity_cmek,
google_project_service_identity.jit_si,
google_project_service_identity.servicenetworking,
google_project_iam_member.servicenetworking
google_project_iam_member.servicenetworking,
google_project_service_identity.dlp
]
}

Expand Down

0 comments on commit f0467fa

Please sign in to comment.