Skip to content

Commit

Permalink
[endpoint]: add missed importer in ccloud_endpoint_v1 resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Jul 18, 2024
1 parent 1dc09c9 commit 07d530c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ccloud/resource_ccloud_endpoint_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ func resourceCCloudEndpointV1() *schema.Resource {
ReadContext: resourceCCloudEndpointV1Read,
UpdateContext: resourceCCloudEndpointV1Update,
DeleteContext: resourceCCloudEndpointV1Delete,
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
},

Schema: map[string]*schema.Schema{
"region": {
Expand Down

0 comments on commit 07d530c

Please sign in to comment.