-
Notifications
You must be signed in to change notification settings - Fork 106
[ServiceNow] [Service ctalog] Update documentation for supported var types #1108
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
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
...n/docs/cloud-docs/integrations/service-now/service-catalog-terraform/developer-reference.mdx
Outdated
Show resolved
Hide resolved
| | ServiceNow Variable Name | HCP Terraform Variable | | ||
| | -------------------------------- | ---------------------------------------------------------- | | ||
| | `tf_var_VARIABLE_NAME` | Terraform Variable: `VARIABLE_NAME` | | ||
| | `tf_var_hcl_VARIABLE_NAME` | Terraform Variable: `VARIABLE_NAME` | |
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.
Are these variable names changing? Is this a breaking change if someone is on a previous version? Or does ServiceNow automatically keep this integration up to date?
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.
No, not breaking changes - it just wasnt documented
…vice-now/service-catalog-terraform/developer-reference.mdx Co-authored-by: Brian McClain <brianmmcclain@gmail.com>
Our app supports variables starting with
tf_var_hcl_andsensitive_tf_var_hcl_, documentation needs to be updated to reflect this accordingly.