Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ To get a head start on developing your module, consider using the tooling recomm

{{% notice style="important" %}}

Make sure you have **Docker** installed and running on your machine.
Make sure you have **Docker** or **Podman** installed and running on your machine. If you're using Podman, please ensure that you have set the environment variable `CONTAINER_RUNTIME` to `podman` before running the commands below.

{{% /notice %}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ You can see [here](https://github.com/Azure/Azure-Verified-Modules-Grept/blob/ma
Set environment variables and run Grept:

```bash
export GITHUB_REPOSITORY_OWNER=Azure
export GITHUB_REPOSITORY=Azure/terraform-azurerm-avm-res-<RP>-<modulename>"
export GITHUB_TOKEN=<YOUR_GITHUB_PAT>

./avm grept-apply
```

```pwsh
$env:GITHUB_REPOSITORY_OWNER="Azure"
$env:GITHUB_REPOSITORY="Azure/terraform-azurerm-avm-res-<RP>-<modulename>"
$env:GITHUB_TOKEN=<YOUR_GITHUB_PAT>

./avm grept-apply
```

The env `GITHUB_TOKEN` is not required but it is recommended to set it to avoid rate limiting issues when running Grept.

#### Custom Variables and Secrets for end to end tests

The respoitory has an environment called `test`, it has have approvals and secrets applied to it ready to run end to end tests.
Expand Down
2 changes: 1 addition & 1 deletion docs/static/module-indexes/TerraformResourceModules.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Microsoft.BotService,botServices,Bot Service,,avm-res-botservice-botservice,n/a,
Microsoft.Cache,Redis,Redis Cache,,avm-res-cache-redis,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-cache-redis,https://registry.terraform.io/modules/Azure/avm-res-cache-redis/azurerm/latest,46d3xgtf.res.cache-redis,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-cache-redis-module-owners-tf,@Azure/avm-res-cache-redis-module-contributors-tf,AVM Resource Module for Redis Cache,,2024-06
Microsoft.Cdn,profiles,CDN Profile,,avm-res-cdn-profile,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-cdn-profile,https://registry.terraform.io/modules/Azure/avm-res-cdn-profile/azurerm/latest,46d3xgtf.res.cdn-profile,Poven795909,Poornima Venkataramanan,didayal-msft,Divyadeep Dayal,@Azure/avm-res-cdn-profile-module-owners-tf,@Azure/avm-res-cdn-profile-module-contributors-tf,AVM Resource Module for CDN Profile,,2024-05
Microsoft.CognitiveServices,accounts,Cognitive Service,,avm-res-cognitiveservices-account,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-cognitiveservices-account,https://registry.terraform.io/modules/Azure/avm-res-cognitiveservices-account/azurerm/latest,46d3xgtf.res.cognitiveservices-account,lonegunmanb,Zijie He,,,@Azure/avm-res-cognitiveservices-account-module-owners-tf,@Azure/avm-res-cognitiveservices-account-module-contributors-tf,AVM Resource Module for Cognitive Services account ( Open AI),,2024-02
Microsoft.Communication,emailServices,Email Communication Service,,avm-res-communication-emailservice,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-communication-emailservice,https://registry.terraform.io/modules/Azure/avm-res-communication-emailservice/azurerm/latest,46d3xgtf.res.communication-emailservice,lonegunmanb,Zijie He,,,@Azure/avm-res-communication-emailservice-module-owners-tf,@Azure/avm-res-communication-emailservice-module-contributors-tf,AVM Resource Module for Email Communication Service,,
Microsoft.Communication,emailServices,Email Communication Service,,avm-res-communication-emailservice,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-communication-emailservice,https://registry.terraform.io/modules/Azure/avm-res-communication-emailservice/azurerm/latest,46d3xgtf.res.communication-emailservice,lonegunmanb,Zijie He,,,@Azure/avm-res-communication-emailservice-module-owners-tf,@Azure/avm-res-communication-emailservice-module-contributors-tf,AVM Resource Module for Email Communication Service,,
Microsoft.Compute,diskEncryptionSets,Disk Encryption Set,,avm-res-compute-diskencryptionset,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-diskencryptionset,https://registry.terraform.io/modules/Azure/avm-res-compute-diskencryptionset/azurerm/latest,46d3xgtf.res.compute-diskencryptionset,Akashc0807,Akash Choudhary,,,@Azure/avm-res-compute-diskencryptionset-module-owners-tf,@Azure/avm-res-compute-diskencryptionset-module-contributors-tf,AVM Resource Module for Disk Encryption Set,,2024-10
Microsoft.Compute,disks,Compute Disk,,avm-res-compute-disk,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-disk,https://registry.terraform.io/modules/Azure/avm-res-compute-disk/azurerm/latest,46d3xgtf.res.compute-disk,terrymandin,Terry Mandin,,,@Azure/avm-res-compute-disk-module-owners-tf,@Azure/avm-res-compute-disk-module-contributors-tf,AVM Resource Module for Compute Disk,,2024-05
Microsoft.Compute,galleries,Azure Compute Gallery,,avm-res-compute-gallery,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-gallery,https://registry.terraform.io/modules/Azure/avm-res-compute-gallery/azurerm/latest,46d3xgtf.res.compute-gallery,Akashc0807,Akash Choudhary,,,@Azure/avm-res-compute-gallery-module-owners-tf,@Azure/avm-res-compute-gallery-module-contributors-tf,AVM Resource Module for Azure Compute Gallery,,2024-12
Expand Down