Skip to content

Commit a054a54

Browse files
committed
add floating prj number output
1 parent b36fc8d commit a054a54

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

4-projects/business_unit_1/nonproduction/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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. |

4-projects/business_unit_1/nonproduction/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2227
output "peering_project" {
2328
description = "Project sample peering project id."
2429
value = module.env.peering_project

4-projects/business_unit_1/production/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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. |

4-projects/business_unit_1/production/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2227
output "peering_project" {
2328
description = "Project sample peering project id."
2429
value = module.env.peering_project

0 commit comments

Comments
 (0)