Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/poad/azure-terraform


https://github.com/poad/azure-terraform

Last synced: about 2 months ago
JSON representation

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 がデプロイされる。