» 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