FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_opsworks_php_app_layer

Provides an OpsWorks PHP application layer resource.

Example Usage

resource "aws_opsworks_php_app_layer" "app" {
    stack_id = "${aws_opsworks_stack.main.id}"
}

Argument Reference

The following arguments are supported:

The following extra optional arguments, all lists of Chef recipe names, allow custom Chef recipes to be applied to layer instances at the five different lifecycle events, if custom cookbooks are enabled on the layer’s stack:

An ebs_volume block supports the following arguments:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io