Skip to content

Commit 52a2902

Browse files
committed
odb nwk peering resource, data source and acc test cases
1 parent bfdc400 commit 52a2902

File tree

7 files changed

+1280
-0
lines changed

7 files changed

+1280
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
2+
3+
resource "aws_odb_network_peering_connection" "test" {
4+
display_name = "my_odb_net_peering"
5+
odb_network_id = "<aws_odb_network.test.id>"
6+
peer_network_id = "<vpc_id>"
7+
tags = {
8+
"env"="dev"
9+
}
10+
}

0 commit comments

Comments
 (0)