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

https://github.com/mildronize/vscode-day-2023-typescript-with-github-copilot

VS Code Day 2023 TypeScript with Github Copilot
https://github.com/mildronize/vscode-day-2023-typescript-with-github-copilot

Last synced: 4 months ago
JSON representation

VS Code Day 2023 TypeScript with Github Copilot

Awesome Lists containing this project

README

          

```bash
terraform init
# Create dev env
terraform plan -var 'environment=dev' -out=tfplan -no-color > tfplan.txt
terraform apply "tfplan"
# Create uat env
terraform plan -var 'environment=uat' -out=tfplan -no-color > tfplan.txt
terraform apply "tfplan"

```bash
# Create Service Principal
az ad sp create-for-rbac --name "vscode-thai-2023" --role contributor --scopes [RESOURCE_ID]
```