Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/4be34eb40fe3728b9629d6ed15037ee1 to your computer and use it in GitHub Desktop.
Save recursivecodes/4be34eb40fe3728b9629d6ed15037ee1 to your computer and use it in GitHub Desktop.
test.tf
data "oci_objectstorage_bucket_summaries" "bucket_summaries" {
    compartment_id = var.compartment_ocid
    namespace = var.bucket_namespace
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment