Created
February 22, 2021 17:27
-
-
Save recursivecodes/1ee0b5bd10bb820880f246311b6e396f to your computer and use it in GitHub Desktop.
data-source.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data "oci_core_images” "images" { | |
compartment_id = var.compartment_id | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment