Skip to content

Commit

Permalink
doc comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Nov 19, 2024
1 parent 153ac1f commit 6e7122c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ func TestExampleCloudSecret_DnsKerberos(t *testing.T) {
name = "example_kerberos_user"
}
# The usage of this provider and managed resource will indicate to Terraform
# that the "ephemeral.examplecloud_secret.krb" resource is needed.
# Ephemeral data can be referenced in provider configuration
provider "dns" {
update {
server = "ns.example.com"
Expand All @@ -52,7 +51,7 @@ func TestExampleCloudSecret_DnsKerberos(t *testing.T) {
}
}
# Successful creation of this resource indicates a success!
# If we can create this DNS record successfully, then the ephemeral resource returned valid data.
resource "dns_a_record_set" "record_set" {
zone = "example.com."
addresses = [
Expand Down

0 comments on commit 6e7122c

Please sign in to comment.