First commit
This commit is contained in:
23
infrastructure/config/outputs.tf
Normal file
23
infrastructure/config/outputs.tf
Normal file
@@ -0,0 +1,23 @@
|
||||
output "app_name" {
|
||||
value = local.app_name[var.environment]
|
||||
}
|
||||
|
||||
output "container_image" {
|
||||
value = local.container_image[var.environment]
|
||||
}
|
||||
|
||||
output "container_name" {
|
||||
value = local.container_name[var.environment]
|
||||
}
|
||||
|
||||
output "container_app_environment_name" {
|
||||
value = local.container_app_environment_name[var.environment]
|
||||
}
|
||||
|
||||
output "storage_account_name" {
|
||||
value = local.storage_account_name[var.environment]
|
||||
}
|
||||
|
||||
output "storage_account_storage_shares" {
|
||||
value = local.storage_account_storage_shares[var.environment]
|
||||
}
|
||||
Reference in New Issue
Block a user