FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_codedeploy_app

Provides a CodeDeploy application to be used as a basis for deployments

Example Usage

resource "aws_codedeploy_app" "foo" {
  name = "foo"
}

Argument Reference

The following arguments are supported:

Attribute Reference

The following arguments are exported:


See the source of this document at Terraform.io