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] Fix attribute name in databricks_instance_profile examples #4426

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Jan 22, 2025

Changes

Resolves #4375

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • using Go SDK
  • using TF Plugin Framework

@alexott alexott requested review from a team as code owners January 22, 2025 12:38
@alexott alexott requested review from hectorcast-db and removed request for a team January 22, 2025 12:38
@alexott alexott temporarily deployed to test-trigger-is January 22, 2025 12:38 — with GitHub Actions Inactive
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 4426
  • Commit SHA: 002ebf73b1c9b448e28c97f967710ddeb38cd98e

Checks will be approved automatically on success.

@alexott alexott temporarily deployed to test-trigger-is January 22, 2025 12:40 — with GitHub Actions Inactive
@alexott alexott added this pull request to the merge queue Jan 27, 2025
Merged via the queue into main with commit ae1646d Jan 27, 2025
12 checks passed
@alexott alexott deleted the doc/issue-4375 branch January 27, 2025 14:32
deco-sdk-tagging bot pushed a commit that referenced this pull request Feb 4, 2025
## Release v1.65.0

### New Features and Improvements

 * Add resources for AI/BI Dashboards embedding settings: `databricks_aibi_dashboard_embedding_access_policy_setting` and `databricks_aibi_dashboard_embedding_approved_domains_setting` ([#4213](#4213)).
 * Update Databricks Go SDK to v0.57.0.

### Bug Fixes

 * Make removing the `config` attribute of `databricks_model_serving` a no-op ([#4446](#4446)).

   This change allows integrations, such as DABs, to manage & update the configuration of a model serving endpoint independently of the lifecycle of the endpoint itself.
 * Correctly handle PAT and OBO tokens without expiration ([#4444](#4444)).
 * Mark `task.spark_jar_task.run_as_repl` as `computed` to fix configuration drift ([#4452](#4452)).
 * Recreate `databricks_external_location` when its name changes ([#4467](#4467)).

### Documentation

 * Fix attribute name in `databricks_instance_profile` examples ([#4426](#4426)).
 * Remove mention that databricks_credential is storage-only on GCP ([#4460](#4460)).
 * Officially document `databricks_table` as deprecated. Users of this resource should migrate to `databricks_sql_table`. See https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/sql_table for more information.
 * Improve examples and fix headers layout for `databricks_job` ([#4455](#4455)).

### Internal Changes

 * Refactored existing integration tests from the `internal/acceptance` package to the package corresponding to the resource under test. See `CONTRIBUTING.md` for more information on how to run the tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Doc] .arn is not a valid attribute of databricks_instance_profile
2 participants