shibayan / terraform-azurerm-containerapps-acmebot

Terraform Module for Container Apps Acmebot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Container Apps Acmebot Terraform module

Validate Release License Terraform Registry

Usage

module "containerapps_acmebot" {
  source  = "shibayan/containerapps-acmebot/azurerm"
  version = "~> 1.0"

  function_app_name     = "func-acmebot-module"
  app_service_plan_name = "plan-acmebot-module"
  storage_account_name  = "stacmebotmodule"
  app_insights_name     = "appi-acmebot-module"
  workspace_name        = "log-acmebot-module"
  resource_group_name   = azurerm_resource_group.default.name
  location              = azurerm_resource_group.default.location
  mail_address          = "YOUR-EMAIL-ADDRESS"
  subscription_id       = data.azurerm_client_config.current.subscription_id
}

License

This project is licensed under the Apache License 2.0

About

Terraform Module for Container Apps Acmebot

License:Apache License 2.0


Languages

Language:HCL 100.0%