-
Notifications
You must be signed in to change notification settings - Fork 11
Various Main Page Updates #78
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
Various Main Page Updates #78
Conversation
docs/index.md
Outdated
| key = "dct_api_key" | ||
| host = "dct_hostname" | ||
| key = "dct_api_key" | ||
| tls_insecure_skip = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setting true means we bypass the SSL, i think we should remove this because by default it is set to false which keeps SSL enabled
ankit-patil-hubs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good , just one comment
docs/index.md
Outdated
|
|
||
| !> **NOTE** | ||
| The Terraform Provider for Delphix requires the Delphix Continuous Data Platform and Data Control Tower (DCT). | ||
| The Terraform Provider for Delphix enables customers to natively manage data-as-code along with their infrastructure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace customers with you and their with your
The Terraform Provider for Delphix enables you to natively manage data-as-code along with your infrastructure.
docs/index.md
Outdated
| !> **NOTE** | ||
| The Terraform Provider for Delphix requires the Delphix Continuous Data Platform and Data Control Tower (DCT). | ||
| The Terraform Provider for Delphix enables customers to natively manage data-as-code along with their infrastructure. | ||
| With Terraform and Delphix, customers can now automatically provision, manage, and teardown any number of ephemeral data environments to drive enterprise DevOps workflows, such as test data management. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace customers with you
docs/index.md
Outdated
| ## Argument Reference | ||
| * __host__: The hostname for DCT. | ||
| * __key__ : The API Key which is used to authenticate with DCT. (Example `apk 2.abc123...`). | ||
| * __tls_insecure_skip__: (Optional) A boolean value which determines whether to skip the SSL/TLS check. The dfault value is `false`. Skipping any SSL/TLS check is not recommended for production environments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default spelling is wrong in "The dfault value is `false'.
|
@ankit-patil-hubs Please check if we are directly pushing to main branch rather than going through develop. This way we may get commit mismatches between branches main and develop. |
|
we usually follow first to dev and then dev-> main , @nick-mathison can we change the branch from main to dev in this PR |
|
sure. I'll do it tomorrow |
|
Creating pull request on |
Cleaned up the main page.
Points of Note: