Skip to content

[ISSUE] Issue with databricks_account_setting_v2 resource personal_compute argument #5693

@raymondwu1

Description

@raymondwu1

Configuration

resource "databricks_account_setting_v2" "personal_compute_setting" {
  provider = databricks.accounts
  personal_compute = {
    value = "DELEGATE"
  }
}

Expected Behavior

The personal compute account setting should be set to "Delegate"

Actual Behavior

Terraform throws an error:

│ Error: failed to update account_setting_v2
│ 
│   with databricks_account_setting_v2.personal_compute_setting,
│   on main.tf line 99, in resource "databricks_account_setting_v2" "personal_compute_setting":
│   99: resource "databricks_account_setting_v2" "personal_compute_setting" {
│ 
│ received HTML response instead of JSON

Steps to Reproduce

  1. Terraform apply

Terraform and provider versions

terraform version
Terraform v1.15.0
on linux_amd64
+ provider registry.terraform.io/databricks/databricks v1.113.0
+ provider registry.terraform.io/hashicorp/google v7.0.1

Your version of Terraform is out of date! The latest version
is 1.15.2. You can update by downloading from https://developer.hashicorp.com/terraform/install

Is it a regression?

Haven't tried

Important Factoids

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    autogenProblem with an implementation provided via TAG (Terraform Auto Generation)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions