Data Source: tfe_policy_set

This data source is used to retrieve a policy set defined in a specified organization.

Example Usage

For workspace policies:

data "tfe_policy_set" "test" {
  name         = "my-policy-set-name"
  organization = "my-org-name"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The vcs_repo block contains: