layout | page_title | sidebar_current | description |
---|---|---|---|
runscope |
Runscope: runscope_bucket |
docs-runscope-resource-bucket |
Provides a Runscope bucket resource. |
A bucket resource. Buckets are a simple way to organize your requests and tests.
# Add a bucket to your runscope account
resource "runscope_bucket" "main" {
name = "a-bucket"
team_uuid = "870ed937-bc6e-4d8b-a9a5-d7f9f2412fa3"
}
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.
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.
Buckets can be imported using the bucket key
, e.g.
$ terraform import runscope_bucket.example t2f4bkvnggcx