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

[DOC] typo in argument reference of 'databricks_job' resource #1916

Closed
teaVeloper opened this issue Jan 10, 2023 · 1 comment
Closed

[DOC] typo in argument reference of 'databricks_job' resource #1916

teaVeloper opened this issue Jan 10, 2023 · 1 comment
Assignees
Labels
docs add explicit documentation about corner case good first issue this is something simple that can help started with provider development

Comments

@teaVeloper
Copy link

Affected Resource(s)

https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job#job_clusters

Expected Details

referenced argument should be 'job_cluster' in singular, as opposed to plural, as terraform validate outputs an error with plural and the example above uses singular.

List of things to potentially add/remove:

This is a list of things to manipulate in the docs:
change the markdown file https://github.com/databricks/terraform-provider-databricks/blob/master/docs/resources/job.md?plain=1#L80

Important Factoids

i used terraform validate on both versions (plural and singular) with

terraform {
  required_version = ">= 1.3.7"
  required_providers {
    databricks = {
      version = ">= 1.7.0"
      source  = "databricks/databricks"
    }
  }
}

References

none

@TakeshiMatsukura TakeshiMatsukura added the docs add explicit documentation about corner case label Jan 11, 2023
@nfx
Copy link
Contributor

nfx commented Jan 16, 2023

Thank you for the feature request! Currently, the team operates in a limited capacity, carefully prioritizing, and we cannot provide a timeline to implement this feature. Please make a Pull Request if you'd like to see this feature sooner, and we'll guide you through the journey.

@alexott alexott added the good first issue this is something simple that can help started with provider development label Jan 25, 2023
@iandexter iandexter self-assigned this Feb 16, 2023
iandexter added a commit to iandexter/terraform-provider-databricks that referenced this issue Feb 16, 2023
nfx pushed a commit that referenced this issue Feb 16, 2023
* #1916 - Corrected typo

* #1937 - Correct `limit_file_size` argument.

* #2010 - Correct location of account ID.

* Minor reformatting after `make fmt-docs`.
@nfx nfx mentioned this issue Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs add explicit documentation about corner case good first issue this is something simple that can help started with provider development
Projects
None yet
Development

No branches or pull requests

5 participants