» Data Source: opentelekomcloud_rts_stack_resource_v1

The OpenTelekomCloud RTS Stack Resource data source allows access to stack resource metadata.

» Example Usage

variable "stack_name" { }
variable "resource_name" { }

data "opentelekomcloud_rts_stack_resource_v1" "stackresource" {
  stack_name = "${var.stack_name}"
  resource_name = "${var.resource_name}"  
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

In addition to all arguments above, the following attributes are exported: