Skip to content

Commit

Permalink
added state argument (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Karthic Ravindran <[email protected]>
  • Loading branch information
karthicgit authored Jun 16, 2023
1 parent cb894fa commit 1501789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/serviceconnector/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resource "oci_sch_service_connector" "this" {
for_each = var.service_connector_def
compartment_id = each.value.compartment_id
display_name = each.value.display_name
state = each.value.state
source {
kind = each.value.sch_source
dynamic "cursor" {
Expand Down

0 comments on commit 1501789

Please sign in to comment.