https://github.com/poad/azure-terraform
https://github.com/poad/azure-terraform
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/azure-terraform
- Owner: poad
- License: unlicense
- Created: 2024-07-21T04:45:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-10T18:10:13.000Z (10 months ago)
- Last Synced: 2025-08-10T20:22:48.421Z (10 months ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-terraform
## require
- terraform cli
- azure cli
- Node.js 18.x or later
- CDK for Terraform
## Usage
```shell
cd init
chmod +x init.sh
az login
./init.sh
```
表示される tfstate12345 などの値を main.ts の storageAccountName に設定する。
```shell
cd ../example
pnpm i
cdktf deploy
```
example という ResourceGroup がデプロイされる。