https://github.com/alokkusingh/terraform-demo
Terraform Demo Project
https://github.com/alokkusingh/terraform-demo
Last synced: 4 months ago
JSON representation
Terraform Demo Project
- Host: GitHub
- URL: https://github.com/alokkusingh/terraform-demo
- Owner: alokkusingh
- Created: 2024-06-09T04:39:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T01:40:13.000Z (about 2 years ago)
- Last Synced: 2025-04-23T12:18:52.720Z (about 1 year ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-demo
Terraform Demo Project
```shell
brew uninstall terraform
brew install tfenv
TFENV_ARCH=amd64 tfenv install 1.8.4
tfenv use 1.8.4
```
```shell
terraform init -upgrade
```
```shell
aws eks update-kubeconfig --region ap-south-1 --name eks-demo --profile yahoo --role-arn=role/eks-demo-cluster-20240609093518521900000004
```
```shell
kubectl config set-context aws-yahoo --cluster=arn:aws:eks:ap-south-1:459283794779:cluster/eks-demo
```
```shell
kubectl config use-context aws-yahoo
```