Skip to content

Commit b1f8e90

Browse files
authored
Added tf:suppress_diff on artifact_location for databricks_mlflow_experiment (#1323)
Fix #1221
1 parent bc37c9b commit b1f8e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlflow/resource_experiment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type Experiment struct {
1212
Name string `json:"name"`
1313
Description string `json:"description,omitempty"`
1414
ExperimentId string `json:"experiment_id,omitempty" tf:"computed"`
15-
ArtifactLocation string `json:"artifact_location,omitempty" tf:"force_new"`
15+
ArtifactLocation string `json:"artifact_location,omitempty" tf:"force_new,suppress_diff"`
1616
LifecycleStage string `json:"lifecycle_stage,omitempty" tf:"computed"`
1717
LastUpdateTime int64 `json:"last_update_time,omitempty" tf:"computed"`
1818
CreationTime int64 `json:"creation_time,omitempty" tf:"computed"`

0 commit comments

Comments
 (0)