File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
website/docs/plugin/testing/acceptance-tests Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ func TestExampleCloudSecret_DnsKerberos(t *testing.T) {
3939 name = "example_kerberos_user"
4040 }
4141
42- # The usage of this provider and managed resource will indicate to Terraform
43- # that the "ephemeral.examplecloud_secret.krb" resource is needed.
42+ # Ephemeral data can be referenced in provider configuration
4443 provider "dns" {
4544 update {
4645 server = "ns.example.com"
@@ -52,7 +51,7 @@ func TestExampleCloudSecret_DnsKerberos(t *testing.T) {
5251 }
5352 }
5453
55- # Successful creation of this resource indicates a success!
54+ # If we can create this DNS record successfully, then the ephemeral resource returned valid data.
5655 resource "dns_a_record_set" "record_set" {
5756 zone = "example.com."
5857 addresses = [
You can’t perform that action at this time.
0 commit comments