Skip to content

Commit 2b81a28

Browse files
committed
datasources simplified
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent a25086e commit 2b81a28

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

datasources.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,13 @@ data "oci_identity_regions" "home_region" {
1616
}
1717

1818
provider = oci.current_region
19+
}
20+
21+
# Available OCI Services
22+
data "oci_core_services" "all_services_network" {
23+
filter {
24+
name = "name"
25+
values = ["All .* Services In Oracle Services Network"]
26+
regex = true
27+
}
1928
}

0 commit comments

Comments
 (0)