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

Fix collapsed markdown for enum values on Terraform website #2327

Conversation

modular-magician
Copy link
Collaborator

Release Note Template for Downstream PRs (will be copied)

Fix markdown for enum values

I fixed a collapsed markdown for enum values on the Terraform website.

Current docs are like the following:

Screenshot from 2020-07-25 14-22-56

https://www.terraform.io/docs/providers/google/r/dns_managed_zone.html#visibility

Sample diff made by this PR:

diff --git a/website/docs/r/app_engine_domain_mapping.html.markdown b/website/docs/r/app_engine_domain_mapping.html.markdown
index 14b8bad2..4146a26a 100644
--- a/website/docs/r/app_engine_domain_mapping.html.markdown
+++ b/website/docs/r/app_engine_domain_mapping.html.markdown
@@ -64,18 +64,15 @@ The following arguments are supported:
 
 * `ssl_settings` -
   (Optional)
-  SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.  Structure is documented below.
+  SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
+  Structure is documented below.
 
 * `override_strategy` -
   (Optional)
   Whether the domain creation should override any existing mappings for this domain.
   By default, overrides are rejected.
-
-  Default value: `STRICT`
-
-  Possible values are:
-  * `STRICT`
-  * `OVERRIDE`
+  Default value is `STRICT`.
+  Possible values are `STRICT` and `OVERRIDE`.
 
 * `project` - (Optional) The ID of the project in which the resource belongs.
     If it is not provided, the provider project is used.

Derived from GoogleCloudPlatform/magic-modules#3783

…p#3783)

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 8b8f5a5 into hashicorp:master Aug 3, 2020
@modular-magician modular-magician deleted the downstream-pr-9f1b73943847fd775c040b1c9940fa4b80f50c08 branch November 16, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant