Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform-provider-azurerm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: db1fdd6df9cba751880e06ed0e6160021dfb41e0
Choose a base ref
..
head repository: hashicorp/terraform-provider-azurerm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2bfc06ea0a6416d60cb3c7382b0e70ea23177ad3
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +5 −5 internal/services/dns/dns_tlsa_record_resource_test.go
  2. +1 −1 website/docs/r/dns_tlsa_record.html.markdown
10 changes: 5 additions & 5 deletions internal/services/dns/dns_tlsa_record_resource_test.go
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ resource "azurerm_dns_tlsa_record" "test" {
matching_type = 1
selector = 1
usage = 3
cert_association_data = "0D6FCE13243AA7"
cert_association_data = "370C66FD4A0673CE1B62E76B819835DABB20702E4497CB10AFFE46E8135381E7"
}
record {
@@ -164,7 +164,7 @@ resource "azurerm_dns_tlsa_record" "import" {
matching_type = 1
selector = 1
usage = 3
cert_association_data = "0D6FCE13243AA7"
cert_association_data = "370C66FD4A0673CE1B62E76B819835DABB20702E4497CB10AFFE46E8135381E7"
}
record {
@@ -203,7 +203,7 @@ resource "azurerm_dns_tlsa_record" "test" {
matching_type = 1
selector = 1
usage = 3
cert_association_data = "0D6FCE13243AA7"
cert_association_data = "370C66FD4A0673CE1B62E76B819835DABB20702E4497CB10AFFE46E8135381E7"
}
record {
@@ -249,7 +249,7 @@ resource "azurerm_dns_tlsa_record" "test" {
matching_type = 1
selector = 1
usage = 3
cert_association_data = "0D6FCE13243AA7"
cert_association_data = "370C66FD4A0673CE1B62E76B819835DABB20702E4497CB10AFFE46E8135381E7"
}
record {
@@ -293,7 +293,7 @@ resource "azurerm_dns_tlsa_record" "test" {
matching_type = 1
selector = 1
usage = 3
cert_association_data = "0D6FCE13243AA7"
cert_association_data = "370C66FD4A0673CE1B62E76B819835DABB20702E4497CB10AFFE46E8135381E7"
}
record {
2 changes: 1 addition & 1 deletion website/docs/r/dns_tlsa_record.html.markdown
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ resource "azurerm_dns_tlsa_record" "example" {
matching_type = 1
selector = 1
usage = 3
cert_association_data = "0D6FCE13243AA7"
cert_association_data = "370c66fd4a0673ce1b62e76b819835dabb20702e4497cb10affe46e8135381e7"
}
tags = {