/cloud-concierge-example

Example output after running the cloud-concierge container

Primary LanguageHCLApache License 2.0Apache-2.0

cloud-concierge-example

Example output produced from running the cloud-concierge container.

Background Information on Example

Terraform Set-Up

We have Terraform files in this repo corresponding to two different state files, one for persistent storage resources, and the other for networking resources.

In this example, we manage the state with Terraform Cloud. cloud-concierge also supports s3, gcs, and azurerm state backends.

Cloud Actions Taken

  1. Introduced drift within our Application Load Balancer currently managed by Terraform.
  2. Created a new database instance using the AWS console - outside of our Terraform workflow.

cloud-concierge

The .env file we used (with credentials scrubbed) can be found here.

Link

Resulting Pull Request

Check it out here!

More information on cloud-concierge