https://github.com/haxefoundation/haxe-terraform
Haxe Foundation infrastructure
https://github.com/haxefoundation/haxe-terraform
Last synced: 11 months ago
JSON representation
Haxe Foundation infrastructure
- Host: GitHub
- URL: https://github.com/haxefoundation/haxe-terraform
- Owner: HaxeFoundation
- Created: 2021-08-24T10:06:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T09:08:07.000Z (about 1 year ago)
- Last Synced: 2025-06-27T10:43:17.262Z (12 months ago)
- Language: HCL
- Size: 546 KB
- Stars: 5
- Watchers: 6
- 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"
```