Skip to content

Commit

Permalink
add missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ward committed Jan 20, 2022
1 parent c19190f commit 27a367b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/resource_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func resourceReplicationRead(d *schema.ResourceData, m interface{}) error {
d.Set("schedule", "event_based")
default:
d.Set("schedule", "manual")
}

d.Set("replication_policy_id", jsonDataReplication.ID)
d.Set("enabled", jsonDataReplication.Enabled)
Expand Down

0 comments on commit 27a367b

Please sign in to comment.