Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briantical/portfolio-iac
Infrastructure as code for my personal portfolio
https://github.com/briantical/portfolio-iac
Last synced: about 9 hours ago
JSON representation
Infrastructure as code for my personal portfolio
- Host: GitHub
- URL: https://github.com/briantical/portfolio-iac
- Owner: briantical
- Created: 2024-09-16T21:35:04.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-23T10:49:01.000Z (26 days ago)
- Last Synced: 2024-12-23T11:28:33.060Z (26 days ago)
- Language: HCL
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PORTOFIO IAC
This repository describe the infrastructure, using Terraform, that runs my portfolio site.
## Setups to run
Add the digital ocean personal access token to the environment variables using `DIGITALOCEAN_TOKEN`. This also needs to be configured in the terraform cloud variables.
Install terraform version `1.4.6` on you local device to view the planned changes.
1. `terraform login`
2. `terraform -chdir=Terraform/ init`
3. `terraform -chdir=Terraform/ plan`The infrastructure changes are applied when there is a push to master.