Skip to content

Commit b4578e5

Browse files
committed
Some wording improvements
1 parent 843b841 commit b4578e5

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

  • skills/import-infrastructure-as-code

skills/import-infrastructure-as-code/SKILL.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ Use this skill when the user asks to:
2525
- Terraform CLI installed
2626
- Network access to Terraform Registry and AVM index sources
2727

28-
## Step-by-Step Workflow
28+
## Inputs
29+
30+
| Parameter | Required | Default | Description |
31+
|---|---|---|---|
32+
| `subscription-id` | No | Active CLI context | Azure subscription used for subscription-scope discovery and context setting |
33+
| `resource-group-name` | No | None | Azure resource group used for resource-group-scope discovery |
34+
| `resource-id` | No | None | One or more Azure ARM resource IDs used for specific-resource-scope discovery |
35+
36+
At least one of `subscription-id`, `resource-group-name`, or `resource-id` is required.
37+
38+
## Step-by-Step Workflows
2939

3040
### 1) Collect Required Scope (Mandatory)
3141

@@ -78,7 +88,7 @@ az resource list --resource-group <resource-group-name> -o json
7888
az resource show --ids <resource-id-1> <resource-id-2> ... -o json
7989
```
8090

81-
Expected output: JSON files containing Azure resource metadata (`id`, `type`, `name`, `location`, `tags`, `properties`).
91+
Expected output: JSON object or array containing Azure resource metadata (`id`, `type`, `name`, `location`, `tags`, `properties`).
8292

8393
### 4) Resolve Dependencies Before Code Generation
8494

0 commit comments

Comments
 (0)