Skip to content

Instantly share code, notes, and snippets.

@khushi20218
Created September 6, 2020 13:33
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 khushi20218/76c0345e2cabd33e63e45a058c32eaf8 to your computer and use it in GitHub Desktop.
Save khushi20218/76c0345e2cabd33e63e45a058c32eaf8 to your computer and use it in GitHub Desktop.
# Kubernetes Provider
provider "kubernetes" {}
# AWS Provider
provider "aws" {
profile = "khushi"
region = "ap-south-1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment