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.
1 parent cb894fa commit 1501789Copy full SHA for 1501789
modules/serviceconnector/main.tf
@@ -5,6 +5,7 @@ resource "oci_sch_service_connector" "this" {
5
for_each = var.service_connector_def
6
compartment_id = each.value.compartment_id
7
display_name = each.value.display_name
8
+ state = each.value.state
9
source {
10
kind = each.value.sch_source
11
dynamic "cursor" {
0 commit comments