Last active
November 30, 2023 09:53
-
-
Save kajogo777/54bc026196eaf90e2719311455b6b2c6 to your computer and use it in GitHub Desktop.
TF code for HI Studio Demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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