Skip to content

Commit f1ea72b

Browse files
committed
examples added
1 parent bfdc400 commit f1ea72b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
2+
data "aws_odb_db_server" "test" {
3+
id = "my_db_server_id" # mandatory
4+
cloud_exadata_infrastructure_id = "my_exadata_infra_id" # mandatory
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
2+
data "aws_odb_db_servers_list" "test" {
3+
cloud_exadata_infrastructure_id = "my_exadata_infra_id" # manadatory
4+
}

0 commit comments

Comments
 (0)