Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 541 Bytes

storage_bucket.md

File metadata and controls

26 lines (19 loc) · 541 Bytes
page_title subcategory description
morpheus_storage_bucket Data Source - terraform-provider-morpheus
Provides a Morpheus storage bucket data source.

morpheus_storage_bucket (Data Source)

Provides a Morpheus storage bucket data source.

Example Usage

data "morpheus_storage_bucket" "tf_example_bucket" {
  name = "TF Example Bucket"
}

Schema

Optional

  • id (Number) The ID of the storage bucket
  • name (String) The name of the storage bucket