Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiroxto/utils-hiroxto-net-iac

Cloudflare Pages で動いている utils.hiroxto.net の IaC
https://github.com/hiroxto/utils-hiroxto-net-iac

Last synced: 27 days ago
JSON representation

Cloudflare Pages で動いている utils.hiroxto.net の IaC

Awesome Lists containing this project

README

        

# utils-hiroxto-net-iac

Cloudflare Pages で動かしている [utils.hiroxto.net](https://utils.hiroxto.net/) を Terraform を使って IaC にするプロジェクト。

## セットアップ

### Terraform Cloud にログイン

Backend に Terraform Cloud を使っているため,Terraform Cloud へのログインを行う。

```bash
terraform login
```

### secrets.auto.tfvars を設定

secrets.auto.tfvars.example を secrets.auto.tfvars へコピーし編集する。

```bash
cp secrets.auto.tfvars.example secrets.auto.tfvars
```