Skip to content

datasource_asg

ArthurHlt edited this page Dec 11, 2019 · 2 revisions

cloudfoundry_asg

Gets information on a Cloud Foundry application security group.

Example Usage

data "cloudfoundry_asg" "public" {
    name = "public_networks"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the application security group to lookup

Attributes Reference

The following attributes are exported:

  • id - The GUID of the application security group
Clone this wiki locally