Skip to content

Commit 1501789

Browse files
authored
added state argument (#3)
Signed-off-by: Karthic Ravindran <[email protected]>
1 parent cb894fa commit 1501789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/serviceconnector/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ resource "oci_sch_service_connector" "this" {
55
for_each = var.service_connector_def
66
compartment_id = each.value.compartment_id
77
display_name = each.value.display_name
8+
state = each.value.state
89
source {
910
kind = each.value.sch_source
1011
dynamic "cursor" {

0 commit comments

Comments
 (0)