Skip to content

datasource_user

ArthurHlt edited this page Dec 11, 2019 · 2 revisions

cloudfoundry_user

Gets information on a Cloud Foundry user.

Example Usage

The following example looks up an user named 'myuser'.

data "cloudfoundry_user" "myuser" {
    name = "myuser"    
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the user to look up

Attributes Reference

The following attributes are exported:

  • id - The GUID of the user
Clone this wiki locally