https://github.com/sky0621/bb1629be
https://github.com/sky0621/bb1629be
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sky0621/bb1629be
- Owner: sky0621
- License: mit
- Created: 2023-07-02T04:50:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T12:17:40.000Z (almost 3 years ago)
- Last Synced: 2025-06-29T21:37:24.298Z (12 months ago)
- Language: HCL
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb1629be
`bb1629be` は「新しい技術の組み合わせ」という文言のCRC32チェックサム
## summary
TODO
## [Backend](./backend/README.md)
## [Frontend](./frontend/README.md)
## env
### python
```
❯ python3 -V
Python 3.9.6
```
### gcloud cli
https://cloud.google.com/sdk/docs/install?hl=ja
```
❯ gcloud version
Google Cloud SDK 444.0.0
bq 2.0.97
core 2023.08.22
gcloud-crc32c 1.0.0
gsutil 5.25
```
## terraform
### auth
```
gcloud auth application-default login
```
### remote store
```
gsutil mb -l asia-northeast1 gs://tf-state-bb1629be-prd
```
### ope
```
terraform init --upgrade
```
```
terraform fmt --recursive
terraform validate
tflint
```
- tflint : https://github.com/terraform-linters/tflint
```
terraform plan --out plan.tfplan
```
```
terraform apply "plan.tfplan"
```