You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/load_balancer/backend_sets.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
# oci_load_balancer_backendset
1
+
# oci_load_balancer_backend_set
2
+
`oci_load_balancer_backendset` is the old name for `oci_load_balancer_backend_set`. Both names are supported but `oci_load_balancer_backend_set` is used in the docs.
2
3
3
4
## BackendSet Resource
4
5
@@ -90,7 +91,7 @@ Any change to a property that does not support update will force the destruction
`oci_load_balancer_backendsets` is the old name for `oci_load_balancer_backend_sets`. Both names are supported but `oci_load_balancer_backend_sets` is used in the docs.
131
133
132
134
## BackendSet DataSource
133
135
@@ -147,7 +149,7 @@ The following attributes are exported:
147
149
### Example Usage
148
150
149
151
```
150
-
data "oci_load_balancer_backendsets" "test_backend_sets" {
152
+
data "oci_load_balancer_backend_sets" "test_backend_sets" {
0 commit comments