Skip to content

Commit

Permalink
Merge pull request #5 from Pwd9000-ML/dependabot/terraform/hashicorp/…
Browse files Browse the repository at this point in the history
…azurerm-tw-3.67.0

Update hashicorp/azurerm requirement from ~> 3.66.0 to ~> 3.67.0
  • Loading branch information
github-actions[bot] authored Aug 2, 2023
2 parents 48924e5 + 60493c7 commit 48c2e81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 25 deletions.
14 changes: 7 additions & 7 deletions examples/all_record_types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ No requirements.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_dns-a-records-administration-test"></a> [dns-a-records-administration-test](#module\_dns-a-records-administration-test) | ../.. | n/a |
| <a name="module_dns-aaaa-records-administration-test"></a> [dns-aaaa-records-administration-test](#module\_dns-aaaa-records-administration-test) | ../.. | n/a |
| <a name="module_dns-cname-records-administration-test"></a> [dns-cname-records-administration-test](#module\_dns-cname-records-administration-test) | ../.. | n/a |
| <a name="module_dns-mx-records-administration-test"></a> [dns-mx-records-administration-test](#module\_dns-mx-records-administration-test) | ../.. | n/a |
| <a name="module_dns-ptr-records-administration-test"></a> [dns-ptr-records-administration-test](#module\_dns-ptr-records-administration-test) | ../.. | n/a |
| <a name="module_dns-srv-records-administration-test"></a> [dns-srv-records-administration-test](#module\_dns-srv-records-administration-test) | ../.. | n/a |
| <a name="module_dns-txt-records-administration-test"></a> [dns-txt-records-administration-test](#module\_dns-txt-records-administration-test) | ../.. | n/a |
| <a name="module_dns-a-records-administration-test"></a> [dns-a-records-administration-test](#module\_dns-a-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |
| <a name="module_dns-aaaa-records-administration-test"></a> [dns-aaaa-records-administration-test](#module\_dns-aaaa-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |
| <a name="module_dns-cname-records-administration-test"></a> [dns-cname-records-administration-test](#module\_dns-cname-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |
| <a name="module_dns-mx-records-administration-test"></a> [dns-mx-records-administration-test](#module\_dns-mx-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |
| <a name="module_dns-ptr-records-administration-test"></a> [dns-ptr-records-administration-test](#module\_dns-ptr-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |
| <a name="module_dns-srv-records-administration-test"></a> [dns-srv-records-administration-test](#module\_dns-srv-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |
| <a name="module_dns-txt-records-administration-test"></a> [dns-txt-records-administration-test](#module\_dns-txt-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |

## Resources

Expand Down
21 changes: 4 additions & 17 deletions examples/exisiting_zone_administration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,18 @@ No requirements.

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | n/a |
No providers.

## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_dns-a-records-administration-test"></a> [dns-a-records-administration-test](#module\_dns-a-records-administration-test) | ../.. | n/a |
| <a name="module_dns-aaaa-records-administration-test"></a> [dns-aaaa-records-administration-test](#module\_dns-aaaa-records-administration-test) | ../.. | n/a |
| <a name="module_dns-cname-records-administration-test"></a> [dns-cname-records-administration-test](#module\_dns-cname-records-administration-test) | ../.. | n/a |
| <a name="module_dns-mx-records-administration-test"></a> [dns-mx-records-administration-test](#module\_dns-mx-records-administration-test) | ../.. | n/a |
| <a name="module_dns-ptr-records-administration-test"></a> [dns-ptr-records-administration-test](#module\_dns-ptr-records-administration-test) | ../.. | n/a |
| <a name="module_dns-srv-records-administration-test"></a> [dns-srv-records-administration-test](#module\_dns-srv-records-administration-test) | ../.. | n/a |
| <a name="module_dns-txt-records-administration-test"></a> [dns-txt-records-administration-test](#module\_dns-txt-records-administration-test) | ../.. | n/a |
| <a name="module_dns-a-records-administration-test"></a> [dns-a-records-administration-test](#module\_dns-a-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |
| <a name="module_dns-cname-records-administration-test"></a> [dns-cname-records-administration-test](#module\_dns-cname-records-administration-test) | Pwd9000-ML/private-dns-administration/azurerm | 1.0.0 |

## Resources

| Name | Type |
|------|------|
| [azurerm_private_dns_zone.private_dns](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/private_dns_zone) | resource |
| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) | resource |
No resources.

## Inputs

Expand All @@ -51,9 +41,6 @@ No requirements.
| <a name="input_dns_ptr_records"></a> [dns\_ptr\_records](#input\_dns\_ptr\_records) | Specifies values of PTR records to create across multiple zones, each 'record\_no' has to be unique. | <pre>list(object({<br> zone_name = string<br> resource_group_name = string<br> record_no = number<br> record_type = string<br> record_name = string<br> ttl = number<br> record_value = list(string)<br> }))</pre> | <pre>[<br> {<br> "record_name": "15",<br> "record_no": 1,<br> "record_type": "PTR",<br> "record_value": [<br> "test.example.com"<br> ],<br> "resource_group_name": "rg-where-zone-is-located",<br> "ttl": 300,<br> "zone_name": "myorg.zone.local"<br> }<br>]</pre> | no |
| <a name="input_dns_srv_records"></a> [dns\_srv\_records](#input\_dns\_srv\_records) | Specifies values of SRV records to create across multiple zones, each 'record\_no' has to be unique. | <pre>list(object({<br> zone_name = string<br> resource_group_name = string<br> record_no = number<br> record_type = string<br> record_name = string<br> ttl = number<br> record_value = list(object({<br> priority = number<br> weight = number<br> port = number<br> target = string<br> }))<br> }))</pre> | <pre>[<br> {<br> "record_name": "testSRV",<br> "record_no": 1,<br> "record_type": "SRV",<br> "record_value": [<br> {<br> "port": 8080,<br> "priority": 1,<br> "target": "target1.contoso.com",<br> "weight": 5<br> },<br> {<br> "port": 8080,<br> "priority": 10,<br> "target": "target2.contoso.com",<br> "weight": 10<br> }<br> ],<br> "resource_group_name": "rg-where-zone-is-located",<br> "ttl": 300,<br> "zone_name": "myorg.zone.local"<br> }<br>]</pre> | no |
| <a name="input_dns_txt_records"></a> [dns\_txt\_records](#input\_dns\_txt\_records) | Specifies values of TXT records to create across multiple zones, each 'record\_no' has to be unique. | <pre>list(object({<br> zone_name = string<br> resource_group_name = string<br> record_no = number<br> record_type = string<br> record_name = string<br> ttl = number<br> record_value = object({<br> value = string<br> })<br> }))</pre> | <pre>[<br> {<br> "record_name": "testTXT1",<br> "record_no": 1,<br> "record_type": "TXT",<br> "record_value": {<br> "value": "v=spf1 mx ~all"<br> },<br> "resource_group_name": "rg-where-zone-is-located",<br> "ttl": 300,<br> "zone_name": "myorg.zone.local"<br> }<br>]</pre> | no |
| <a name="input_location"></a> [location](#input\_location) | value of the location where the resources are located. | `string` | `"uksouth"` | no |
| <a name="input_private_dns_zones"></a> [private\_dns\_zones](#input\_private\_dns\_zones) | value of the private dns zones to create. | `list(string)` | <pre>[<br> "myorg.zone1.local",<br> "myorg.zone2.local"<br>]</pre> | no |
| <a name="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name) | value of the resource group name here private DNS zones are hosted. | `string` | `"rg-where-zone-is-located"` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | value of the tags | `map(string)` | <pre>{<br> "Author": "Marcel Lupo",<br> "Description": "Automated test for DNS administration module.",<br> "GitHub": "https://registry.terraform.io/modules/Pwd9000-ML/private-dns-administration/azurerm/latest",<br> "Terraform": "True"<br>}</pre> | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.66.0"
version = "~> 3.67.0"
}
}
}

0 comments on commit 48c2e81

Please sign in to comment.