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
- 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
Configuration
Expected Behavior
The personal compute account setting should be set to "Delegate"
Actual Behavior
Terraform throws an error:
Steps to Reproduce
Terraform and provider versions
Is it a regression?
Haven't tried
Important Factoids
No