Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HaxeFoundation/haxe-terraform
Haxe Foundation infrastructure
https://github.com/HaxeFoundation/haxe-terraform
Last synced: 12 days ago
JSON representation
Haxe Foundation infrastructure
- Host: GitHub
- URL: https://github.com/HaxeFoundation/haxe-terraform
- Owner: HaxeFoundation
- Created: 2021-08-24T10:06:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T22:26:35.000Z (2 months ago)
- Last Synced: 2024-09-18T03:04:53.653Z (2 months ago)
- Language: HCL
- Size: 544 KB
- Stars: 5
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example [direnv](https://github.com/direnv/direnv) `.envrc`:
```sh
# AWS credentials
export AWS_ACCESS_KEY_ID=FIXME
export AWS_SECRET_ACCESS_KEY=FIXME
export AWS_DEFAULT_REGION=eu-west-1# Digital Ocean access tokens
export DIGITALOCEAN_ACCESS_TOKEN=FIXME
export SPACES_ACCESS_KEY_ID=FIXME
export SPACES_SECRET_ACCESS_KEY=FIXME# Optional. Let us use `kubectl`.
# https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#set-the-kubeconfig-environment-variable
export KUBECONFIG="$HOME/.kube/config:$(pwd)/kubeconfig_do"# Optional. Let us use VS Code for `kubectl edit`.
export KUBE_EDITOR="code -w"
```