GithubHelp home page GithubHelp logo

shibayan / terraform-azurerm-containerapps-acmebot Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 13 KB

Terraform Module for Container Apps Acmebot

License: Apache License 2.0

HCL 100.00%
acme-v2 azure azure-container-apps letsencrypt terraform terraform-module

terraform-azurerm-containerapps-acmebot's Introduction

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

terraform-azurerm-containerapps-acmebot's People

Contributors

shibayan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

terraform-azurerm-containerapps-acmebot's Issues

Error: Provider produced inconsistent result after apply

Got strange error during applying config:

Error: Provider produced inconsistent result after apply

│ When applying changes to module.containerapps_acmebot.azurerm_service_plan.serverfarm, provider "provider["registry.terraform.io/hashicorp/azurerm"]" produced an

│ This is a bug in the provider, which should be reported in the provider's own issue tracker

configuration like this, almost like in sample file:

module "containerapps_acmebot" {
source = "shibayan/containerapps-acmebot/azurerm"
version = "~> 2.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.rg.name
location = azurerm_resource_group.rg.location
mail_address = "myemail-here"
subscription_id = ""

allowed_ip_addresses = ["0.0.0.0"]
}

resource "azurerm_resource_group" "rg" {
name = "myTFResourceGroup"
location = "eastus"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.