We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tf:suppress_diff
artifact_location
databricks_mlflow_experiment
1 parent bc37c9b commit b1f8e90Copy full SHA for b1f8e90
mlflow/resource_experiment.go
@@ -12,7 +12,7 @@ type Experiment struct {
12
Name string `json:"name"`
13
Description string `json:"description,omitempty"`
14
ExperimentId string `json:"experiment_id,omitempty" tf:"computed"`
15
- ArtifactLocation string `json:"artifact_location,omitempty" tf:"force_new"`
+ ArtifactLocation string `json:"artifact_location,omitempty" tf:"force_new,suppress_diff"`
16
LifecycleStage string `json:"lifecycle_stage,omitempty" tf:"computed"`
17
LastUpdateTime int64 `json:"last_update_time,omitempty" tf:"computed"`
18
CreationTime int64 `json:"creation_time,omitempty" tf:"computed"`
0 commit comments