Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 541 Bytes

File metadata and controls

26 lines (19 loc) · 541 Bytes
page_title morpheus_storage_bucket Data Source - terraform-provider-morpheus
subcategory
description 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