Skip to content

Instantly share code, notes, and snippets.

@kajogo777
Last active November 30, 2023 09:53
Show Gist options
  • Save kajogo777/54bc026196eaf90e2719311455b6b2c6 to your computer and use it in GitHub Desktop.
Save kajogo777/54bc026196eaf90e2719311455b6b2c6 to your computer and use it in GitHub Desktop.
TF code for HI Studio Demo
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.0.0"
}
}
}
resource "aws_eks_cluster" "main" {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment