Skip to content

Commit

Permalink
remove data source for home region
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Oct 15, 2020
1 parent 13784be commit 1b72719
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions datasource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ data "oci_identity_compartment" "compartment" {
id = var.compartment_id
}

# get the tenancy's home region
data "oci_identity_regions" "home_region" {
filter {
name = "key"
values = [data.oci_identity_tenancy.tenancy.home_region_key]
}
}

# define the Oracle linux image
data "oci_core_images" "oracle_images" {
compartment_id = var.compartment_id
Expand Down

0 comments on commit 1b72719

Please sign in to comment.