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

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

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

Last synced: about 2 months 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
```