Skip to content

olepg/terraform-azurerm-app-insights

 
 

Repository files navigation

Azure Application Insights Terraform module

Conventional Commits Equinor Terraform Baseline

Terraform module which creates an Azure Application Insights resources.

Usage

See examples.

Development

  1. Read this document.

  2. Clone this repository.

  3. Configure Terraform variables in a file .devcontainer/devcontainer.env:

    TF_VAR_resource_group_name=
    TF_VAR_location=
  4. Open repository in dev container.

Testing

  1. Change to the test directory:

    cd test
  2. Login to Azure:

    az login
  3. Set active subscription:

    az account set -s <SUBSCRIPTION_NAME_OR_ID>
  4. Run tests:

    go test -timeout 60m

Contributing

See Contributing guidelines.

About

Terraform module which creates Azure Application Insights resources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 89.6%
  • Go 5.7%
  • Dockerfile 4.7%