Skip to content

Commit

Permalink
CDPCP-12125 - update example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregito committed May 23, 2024
1 parent 74e6e25 commit 03f6492
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 40 deletions.
28 changes: 0 additions & 28 deletions docs/resources/machine_user_resource_role_assignment.md

This file was deleted.

24 changes: 12 additions & 12 deletions docs/resources/ml_workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |-
#
# This file is licensed under the Apache License Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# You may obtain a copy of the License at http =//www.apache.org/licenses/LICENSE-2.0.
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
#
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
# OF ANY KIND, either express or implied. Refer to the License for the specific
Expand All @@ -40,18 +40,18 @@ resource "cdp_ml_workspace" "example" {
],
environment_name = var.environment_name
}
disable_tls = false
use_public_load_balancer = false
private_cluster = false
enable_monitoring = true
enable_governance = false
enable_model_metrics = true
disable_tls = false
use_public_load_balancer = false
private_cluster = false
enable_monitoring = true
enable_governance = false
enable_model_metrics = true
whitelist_authorized_ip_ranges = false
skip_validation = false
skip_validation = false
}
```

Expand Down

0 comments on commit 03f6492

Please sign in to comment.