azure container web application deployment

azure container web application deployment
pull/936/head
PALAKILA HARIKRISHNA 2 years ago committed by GitHub
parent b19b09761d
commit 2c805e508b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,29 @@
variable "azurerm_resource_group" {
description = "Paypal vendor - ResourceGroup."
type = string
default = "Paypal-vendor-container-rg"
}
variable "location" {
description = "Paypal vendor - us vendor - South New Jersey."
type = string
default = "East US"
}
variable "azurerm_log_analytics_workspace_name" {
description = "Azure Log Analytics Workspace - Paypal vendor."
type = string
default = "Paypal-vendor-container-analytic"
}
variable "azurerm_container_app_environment_name" {
description = "Azure Container App Environment - Paypal vendor."
type = string
default = "Paypal-vendor-container-environment"
}
variable "azurerm_container_app_name" {
description = "Azure Container App Paypal vendor."
type = string
default = "paypalvendorcontainer"
}
Loading…
Cancel
Save