Skip to content

Commit 4b605fe

Browse files
committed
fix for sch test and kms resource file
1 parent f550fa4 commit 4b605fe

File tree

5 files changed

+2
-116
lines changed

5 files changed

+2
-116
lines changed

internal/integrationtest/sch_service_connector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434
acctest.GenerateResourceFromRepresentationMap("oci_core_vcn", "test_vcn", acctest.Required, acctest.Create, vcnRepresentation) +
3535
acctest.GenerateResourceFromRepresentationMap("oci_functions_application", "test_application", acctest.Required, acctest.Create, applicationRepresentation) +
3636
acctest.GenerateResourceFromRepresentationMap("oci_functions_function", "test_function", acctest.Required, acctest.Create, functionRepresentation) +
37-
//acctest.GenerateResourceFromRepresentationMap("oci_streaming_stream", "test_stream", acctest.Required, acctest.Create, streamRepresentation) +
37+
acctest.GenerateResourceFromRepresentationMap("oci_streaming_stream", "test_stream", acctest.Required, acctest.Create, streamRepresentation) +
3838
acctest.GenerateResourceFromRepresentationMap("oci_ons_notification_topic", "test_notification_topic", acctest.Required, acctest.Create, notificationTopicRepresentation)
3939

4040
// source definitions

website/docs/guides/resource_discovery.html.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ kms
589589
* oci\_kms\_vault
590590
* oci\_kms\_sign
591591
* oci\_kms\_verify
592-
* oci\_kms\_create\_replica
593-
* oci\_kms\_delete\_replica
594592

595593
limits
596594

website/docs/r/kms_create_replica.html.markdown

Lines changed: 0 additions & 58 deletions
This file was deleted.

website/docs/r/kms_delete_replica.html.markdown

Lines changed: 0 additions & 54 deletions
This file was deleted.

website/docs/r/kms_vault_replication.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77
Create, update and delete replica for a vault in Oracle Cloud Infrastructure Kms service
88
---
99

10-
# oci_kms_replication_status
10+
# oci_kms_vault_replication
1111
This source triggers action to create, update and delete replica for a vault in Oracle Cloud Infrastructure Kms service.
1212

1313
A vault replica is a mirror of that vault in a different region in the same realm.

0 commit comments

Comments
 (0)