Categorygithub.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check

# Packages

No description provided by the author

# README

terraform-drift-check

Custom kuberhealthy checker for reporting on Terraform drift.

Prerequisites

Kuberhealthy should be installed in your Kubernetes cluster.

Installation

Install the Terraform drift check via the helm chart in ./charts/terraform-drift-check

Configuration

ParameterDescriptionDefault
terraformHealth.enabledEnable Terraform drift health checktrue
terraformHealth.image.repositoryImage repositorymellardc/terraform-health
terraformHealth.runInternalThe interval that Kuberhealthy will run your check on300s
terraformHealth.timeoutAfter this much time, Kuberhealthy will kill your check and consider it "failed"5m
terraformHealth.git.urlUrl of Git repo containing Terraform config
terraformHealth.git.usernameGit user to authenticate to Git repo containing Terraform config
terraformHealth.secretEnv.GIT_TOKENGit token to authenticate to Git repo containing Terraform module
terraformHealth.secretEnvOptional secret environment variables that will be made available as environment variables to Terraform
terraformHealth.envOptional environment settings for Terraform[]

Build

Built with Go 1.15