-
Notifications
You must be signed in to change notification settings - Fork 393
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
[ISSUE] external_id for databricks_user with force=true isn't set #1097
Milestone
Comments
@pietern try adding |
nfx
added a commit
that referenced
this issue
Feb 11, 2022
nfx
added a commit
that referenced
this issue
Feb 11, 2022
nfx
added a commit
that referenced
this issue
Feb 11, 2022
# Version changelog ## 0.4.9 * Prevent creation of `databricks_group` with `users` and `admins` reserved names ([#1089](#1089)). * Added support for shared clusters in multi-task `databricks_job` ([#1082](#1082)). * Added diff suppression for `external_id` in `databricks_group` ([#1099](#1099)). * Added diff suppression for `external_id` in `databricks_user` ([#1097](#1097)). * Added `users`, `service_principals`, and `child_groups` exported properties to `databricks_group` data resource ([#1085](#1085)). * Added various documentation improvements.
Merged
nfx
added a commit
that referenced
this issue
Feb 11, 2022
* Release v0.4.9 # Version changelog ## 0.4.9 * Prevent creation of `databricks_group` with `users` and `admins` reserved names ([#1089](#1089)). * Added support for shared clusters in multi-task `databricks_job` ([#1082](#1082)). * Added diff suppression for `external_id` in `databricks_group` ([#1099](#1099)). * Added diff suppression for `external_id` in `databricks_user` ([#1097](#1097)). * Added `users`, `service_principals`, and `child_groups` exported properties to `databricks_group` data resource ([#1085](#1085)). * Added various documentation improvements.
michael-berk
pushed a commit
to michael-berk/terraform-provider-databricks
that referenced
this issue
Feb 15, 2023
michael-berk
pushed a commit
to michael-berk/terraform-provider-databricks
that referenced
this issue
Feb 15, 2023
* Release v0.4.9 # Version changelog ## 0.4.9 * Prevent creation of `databricks_group` with `users` and `admins` reserved names ([databricks#1089](databricks#1089)). * Added support for shared clusters in multi-task `databricks_job` ([databricks#1082](databricks#1082)). * Added diff suppression for `external_id` in `databricks_group` ([databricks#1099](databricks#1099)). * Added diff suppression for `external_id` in `databricks_user` ([databricks#1097](databricks#1097)). * Added `users`, `service_principals`, and `child_groups` exported properties to `databricks_group` data resource ([databricks#1085](databricks#1085)). * Added various documentation improvements.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuration
Expected Behavior
Upon apply, the pre-existing user is imported into TF state, and running
apply
again doesn't show state skew.Actual Behavior
The next
apply
shows state skew showing that theexternal_id
property should be set tonull
.When applied, this doesn't happen. I suspect
external_id
must be set ascomputed
, or must be imported if is isn't set.Terraform and provider versions
0.4.7
The text was updated successfully, but these errors were encountered: