Skip to content

Commit

Permalink
add container_app variables in example module
Browse files Browse the repository at this point in the history
  • Loading branch information
trapeznikov committed Sep 9, 2023
1 parent 950a829 commit d6cf79d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions examples/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ variable "storage_accounts" {
default = {}
}
variable "storage_account_file_shares" {
default = {}
default = {}
}
variable "maps_accounts" {
default = {}
default = {}
}
variable "azuread_credential_policies" {
default = {}
Expand Down Expand Up @@ -559,6 +559,21 @@ variable "load_balancers" {
variable "ip_groups" {
default = {}
}
variable "container_app_environment" {
default = {}
}
variable "container_app_environment_certificate" {
default = {}
}
variable "container_app_dapr_component" {
default = {}
}
variable "container_app" {
default = {}
}
variable "container_app_environment_storage" {
default = {}
}
variable "container_groups" {
default = {}
}
Expand Down Expand Up @@ -1101,4 +1116,4 @@ variable "cosmosdb_role_definitions" {
}
variable "data_sources" {
default = {}
}
}

0 comments on commit d6cf79d

Please sign in to comment.