» runscope_bucket

Use this data source to get information about a specific bucket that you can use with other runscope resources.

» Example Usage

data "runscope_bucket" "website" {
    key = "t2f4bkvnggct"
}

resource "runscope_environment" "environment" {
    bucket_id = "${runscope_bucket.website.id}"
    name      = "test-environment"
}

» Argument Reference

The following arguments are supported:

  • key - (Required) The unique key of the bucket.

» Attributes Reference

The following attributes are exported:

  • id - The unique key of the found bucket.
  • team_uuid - The team unique identifier that owns the bucket.
  • name - Type name of the bucket.