Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokgak/terraform-example
https://github.com/pokgak/terraform-example
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pokgak/terraform-example
- Owner: pokgak
- Created: 2023-07-29T17:50:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T18:09:33.000Z (over 1 year ago)
- Last Synced: 2024-12-21T00:10:50.404Z (20 days ago)
- Language: HCL
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Resources in this repository is meant to be used with ACloudGuru (ACG) AWS cloud playground. You'll see the default user `cloud_user` that is created when ACG created the sandbox account.
## AWS Credentials
Update the AWS variable set on Terraform cloud with the one given by ACG after starting the cloud playground.
## Generate kubeconfig
Pull kubeconfig for EKS and save to local file `.kubeconfig`:
```
aws eks update-kubeconfig --kubeconfig .kubeconfig --name staging-eks --alias staging-eks
```Make sure to set `KUBECONFIG=.kubeconfig` in your env (using direnv)