roboweaver / o11y-as-code-terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Relic Experimental header

Workshop: Observability as Code with Terraform

This app demonstrates how to incorporate Terraform and New Relic together using Observability as Code.

Set up Terraform and manage your secrets

Setup accounts

Confirm terraform is installed

which terraform

Install Terraform

brew tap hashicorp/tap
brew install hashicorp/tap/terraform

Get Credentials

Clone the repo and run the app

git clone
make
make up

Configure your secrets

make source

Run Terraform

cd o11y
terraform apply
terraform down

LICENSE

This is licensed with the Apache 2.0 license.

About


Languages

Language:Shell 56.9%Language:HCL 20.4%Language:JavaScript 19.5%Language:Dockerfile 1.7%Language:Makefile 1.6%