File tree Expand file tree Collapse file tree 7 files changed +23
-0
lines changed
business_unit_1/development Expand file tree Collapse file tree 7 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1818| env\_ kms\_ project\_ id | Project for environment Cloud Key Management Service (KMS). |
1919| env\_ kms\_ project\_ number | Project Number for environment Cloud Key Management Service (KMS). |
2020| env\_ secrets\_ project\_ id | Project for environment related secrets. |
21+ | env\_ secrets\_ project\_ number | Project for environment related secrets. |
2122
2223<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2324
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ output "env_secrets_project_id" {
2424 value = module. env . env_secrets_project_id
2525}
2626
27+ output "env_secrets_project_number" {
28+ description = " Project for environment related secrets."
29+ value = module. env . env_secrets_project_number
30+ }
31+
2732output "env_kms_project_id" {
2833 description = " Project for environment Cloud Key Management Service (KMS)."
2934 value = module. env . env_kms_project_id
Original file line number Diff line number Diff line change 2222| env\_ kms\_ project\_ id | Project for environment Cloud Key Management Service (KMS). |
2323| env\_ kms\_ project\_ number | Project number for envinronment Cloud Key Management Service (KMS). |
2424| env\_ secrets\_ project\_ id | Project for environment secrets. |
25+ | env\_ secrets\_ project\_ number | Project number for environment secrets. |
2526
2627<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ output "env_secrets_project_id" {
2424 value = module. env_secrets . project_id
2525}
2626
27+ output "env_secrets_project_number" {
28+ description = " Project number for environment secrets."
29+ value = module. env_secrets . project_number
30+ }
31+
2732output "env_kms_project_id" {
2833 description = " Project for environment Cloud Key Management Service (KMS)."
2934 value = module. env_kms . project_id
Original file line number Diff line number Diff line change 2121| bucket | The created storage bucket. |
2222| default\_ region | The default region for the project. |
2323| floating\_ project | Project sample floating project. |
24+ | floating\_ project\_ number | Project number sample floating project. |
2425| iap\_ firewall\_ tags | The security tags created for IAP (SSH and RDP) firewall rules and to be used on the VM created on step 5-app-infra on the peering network project. |
2526| keyring | The name of the keyring. |
2627| keys | List of created key names. |
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ output "floating_project" {
1919 value = module. env . floating_project
2020}
2121
22+ output "floating_project_number" {
23+ description = " Project number sample floating project."
24+ value = module. env . floating_project_number
25+ }
26+
2227output "peering_project" {
2328 description = " Project sample peering project id."
2429 value = module. env . peering_project
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ output "floating_project" {
1919 value = module. floating_project . project_id
2020}
2121
22+ output "floating_project" {
23+ description = " Project sample floating project."
24+ value = module. floating_project . project_number
25+ }
26+
2227output "peering_project" {
2328 description = " Project sample peering project id."
2429 value = module. peering_project . project_id
You can’t perform that action at this time.
0 commit comments