diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 01cefaf..7bb2c47 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -18,7 +18,7 @@ jobs: outputs: examples: ${{ steps.getexamples.outputs.examples }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 - name: get examples id: getexamples uses: Azure/terraform-azurerm-avm-template/.github/actions/e2e-getexamples@main @@ -38,7 +38,7 @@ jobs: example: ${{ fromJson(needs.getexamples.outputs.examples) }} fail-fast: false steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 - name: Test example shell: bash diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ea8667e..254164d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 - name: check docs uses: Azure/terraform-azurerm-avm-template/.github/actions/docs-check@main @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 - name: lint terraform uses: Azure/terraform-azurerm-avm-template/.github/actions/linting@main @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 - name: avmfix uses: Azure/terraform-azurerm-avm-template/.github/actions/avmfix@main diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index d0df1cc..c117502 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -16,7 +16,7 @@ jobs: if: github.event.repository.name != 'terraform-azurerm-avm-template' runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 - name: Check version uses: Azure/terraform-azurerm-avm-template/.github/actions/version-check@main with: diff --git a/.terraform-docs.yml b/.terraform-docs.yml index dd5d16b..0587077 100644 --- a/.terraform-docs.yml +++ b/.terraform-docs.yml @@ -23,8 +23,6 @@ content: |- {{ .Requirements }} - {{ .Providers }} - {{ .Resources }} diff --git a/README.md b/README.md index f53ca00..6806198 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,6 @@ The following requirements are needed by this module: - [random](#requirement\_random) (~> 3.6.2) -## Providers - -The following providers are used by this module: - -- [azurerm](#provider\_azurerm) (~> 3.110) - -- [random](#provider\_random) (~> 3.6.2) - ## Resources The following resources are used by this module: @@ -34,9 +26,11 @@ The following resources are used by this module: - [azurerm_private_endpoint.this_managed_dns_zone_groups](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/private_endpoint) (resource) - [azurerm_private_endpoint.this_unmanaged_dns_zone_groups](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/private_endpoint) (resource) - [azurerm_private_endpoint_application_security_group_association.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/private_endpoint_application_security_group_association) (resource) -- [azurerm_resource_group_template_deployment.telemetry](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group_template_deployment) (resource) - [azurerm_role_assignment.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment) (resource) -- [random_id.telem](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) (resource) +- [modtm_telemetry.telemetry](https://registry.terraform.io/providers/hashicorp/modtm/latest/docs/resources/telemetry) (resource) +- [random_uuid.telemetry](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/uuid) (resource) +- [azurerm_client_config.telemetry](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config) (data source) +- [modtm_module_source.telemetry](https://registry.terraform.io/providers/hashicorp/modtm/latest/docs/data-sources/module_source) (data source) ## Required Inputs diff --git a/examples/.terraform-docs.yml b/examples/.terraform-docs.yml index f97f3a3..a95ea42 100644 --- a/examples/.terraform-docs.yml +++ b/examples/.terraform-docs.yml @@ -27,8 +27,6 @@ content: |- {{ .Requirements }} - {{ .Providers }} - {{ .Resources }} diff --git a/examples/default/README.md b/examples/default/README.md index 94b88d0..92efced 100644 --- a/examples/default/README.md +++ b/examples/default/README.md @@ -103,14 +103,6 @@ The following requirements are needed by this module: - [random](#requirement\_random) (~> 3.6.2) -## Providers - -The following providers are used by this module: - -- [azurerm](#provider\_azurerm) (~> 3.110) - -- [random](#provider\_random) (~> 3.6.2) - ## Resources The following resources are used by this module: diff --git a/examples/encrypted-disk/README.md b/examples/encrypted-disk/README.md index 53a66ff..cb94dba 100644 --- a/examples/encrypted-disk/README.md +++ b/examples/encrypted-disk/README.md @@ -65,14 +65,6 @@ The following requirements are needed by this module: - [random](#requirement\_random) (~> 3.6.2) -## Providers - -The following providers are used by this module: - -- [azurerm](#provider\_azurerm) (~> 3.110) - -- [random](#provider\_random) (~> 3.6.2) - ## Resources The following resources are used by this module: diff --git a/examples/public-endpoint/README.md b/examples/public-endpoint/README.md index 18ee3d1..d7b7f8e 100644 --- a/examples/public-endpoint/README.md +++ b/examples/public-endpoint/README.md @@ -83,14 +83,6 @@ The following requirements are needed by this module: - [random](#requirement\_random) (~> 3.6.2) -## Providers - -The following providers are used by this module: - -- [azurerm](#provider\_azurerm) (~> 3.110) - -- [random](#provider\_random) (~> 3.6.2) - ## Resources The following resources are used by this module: