Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poad/azure-terraform
https://github.com/poad/azure-terraform
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/azure-terraform
- Owner: poad
- License: unlicense
- Created: 2024-07-21T04:45:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T23:20:51.000Z (4 months ago)
- Last Synced: 2024-09-17T03:58:53.414Z (4 months ago)
- Language: JavaScript
- Size: 607 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 がデプロイされる。