Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Files

Latest commit

e17e7d2 · Sep 20, 2018

History

History
48 lines (34 loc) · 1.08 KB

bucket.html.markdown

File metadata and controls

48 lines (34 loc) · 1.08 KB
layout page_title sidebar_current description
runscope
Runscope: runscope_bucket
docs-runscope-resource-bucket
Provides a Runscope bucket resource.

runscope_bucket

A bucket resource. Buckets are a simple way to organize your requests and tests.

Example Usage

# Add a bucket to your runscope account
resource "runscope_bucket" "main" {
  name      = "a-bucket"
  team_uuid = "870ed937-bc6e-4d8b-a9a5-d7f9f2412fa3"
}

Argument Reference

The following arguments are supported:

  • name - (String, Required) The name of this bucket.
  • team_uuid - (String, Required) Unique identifier for the team this bucket is being created for.

Attributes Reference

The following attributes are exported:

  • name - The name of this bucket.
  • id - The ID of this bucket.
  • team_uuid - Unique identifier for the team this bucket belongs to.

Import

Buckets can be imported using the bucket key, e.g.

$ terraform import runscope_bucket.example t2f4bkvnggcx