Provides access to all Environments for an AppConfig Application. This will allow you to pass Environment IDs to another resource.
data "aws_appconfig_environments" "example" {
application_id = "a1d3rpe"
}
The following arguments are required:
application_id
- (Required) ID of the AppConfig Application.This data source exports the following attributes in addition to the arguments above:
environment_ids
- Set of Environment IDs associated with this AppConfig Application.