Data Source: aws_codecatalyst_dev_environment

Terraform data source for managing an AWS CodeCatalyst Dev Environment.

Example Usage

Basic Usage

data "aws_codecatalyst_dev_environment" "example" {
  space_name   = "myspace"
  project_name = "myproject"
  env_id       = aws_codecatalyst_dev_environment.example.id
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: