https://github.com/cameronraysmith/iac
test-terraform-gcp
https://github.com/cameronraysmith/iac
Last synced: 12 months ago
JSON representation
test-terraform-gcp
- Host: GitHub
- URL: https://github.com/cameronraysmith/iac
- Owner: cameronraysmith
- License: other
- Created: 2022-10-27T02:52:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T16:02:29.000Z (over 3 years ago)
- Last Synced: 2025-02-04T17:58:05.073Z (about 1 year ago)
- Language: Shell
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# infrastructure as code
This repository contains [infrastructure as code][IaC] (IaC) for environments associated to scientific computing. It currently uses [terraform][terraform] (see the [terraform documentation][tfmdocs] for further reference). Other [IaC][IaC] tools such as [pulumi][pulumi] may also be included in the future.
## development environments
### terraform
#### gcp
##### notebooks
- [GPU-enabled development environment on GCP Vertex AI notebooks](./dev/terraform/gcp/notebooks/)
[IaC]: https://en.wikipedia.org/wiki/Infrastructure_as_code
[terraform]: https://developer.hashicorp.com/terraform/tutorials/gcp-get-started/install-cli
[tfmdocs]: https://developer.hashicorp.com/terraform/docs
[pulumi]: https://www.pulumi.com/