Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure DNS CNAME documentation to reflect reality #13288

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

ahoka
Copy link
Contributor

@ahoka ahoka commented Apr 3, 2017

From the code:

		"records": &schema.Schema{
			Type:     schema.TypeString,
			Optional: true,
			Elem:     &schema.Schema{Type: schema.TypeString},
			Set:      schema.HashString,
			Removed:  "Use `record` instead. This attribute will be removed in a future version",
		},

		"record": &schema.Schema{
			Type:     schema.TypeString,
			Required: true,

From the code:

			"records": &schema.Schema{
				Type:     schema.TypeString,
				Optional: true,
				Elem:     &schema.Schema{Type: schema.TypeString},
				Set:      schema.HashString,
				Removed:  "Use `record` instead. This attribute will be removed in a future version",
			},

			"record": &schema.Schema{
				Type:     schema.TypeString,
				Required: true,
@ahoka ahoka changed the title Update documentation to reflect reality Update Azure DNS CNAME documentation to reflect reality Apr 3, 2017
Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ahoka!

Thanks for this PR - LGTM :)

@tombuildsstuff tombuildsstuff merged commit 5c2bf35 into hashicorp:master Apr 3, 2017
@ghost
Copy link

ghost commented Apr 14, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants