Skip to content

Instantly share code, notes, and snippets.

@bharatmicrosystems
Created July 18, 2021 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bharatmicrosystems/3b9451b4c6c995fb3e8a3e1e6f609d1e to your computer and use it in GitHub Desktop.
Save bharatmicrosystems/3b9451b4c6c995fb3e8a3e1e6f609d1e to your computer and use it in GitHub Desktop.
terraform {
required_version = ">= 0.13"
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = ">= 1.7.0"
}
}
backend "gcs" {
bucket = "terraform-backend-<project-id>"
prefix = "argocd-terraform"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment