# README
Terraform AWS Provider CodeDeploy Package
This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.
Handy Links
- Find out about contributing to the AWS provider!
- AWS Provider Docs: Home
- AWS Provider Docs: One of the CodeDeploy resources
- AWS Docs: AWS SDK for Go CodeDeploy
# Functions
AlarmConfigToMap converts a codedeploy.AlarmConfiguration into a []map[string]interface{} list containing a single item.
AutoRollbackConfigToMap converts a codedeploy.AutoRollbackConfiguration into a []map[string]interface{} list containing a single item.
BuildAlarmConfig converts a raw schema list containing a map[string]interface{} into a single codedeploy.AlarmConfiguration.
BuildAutoRollbackConfig converts a raw schema list containing a map[string]interface{} into a single codedeploy.AutoRollbackConfiguration.
BuildTriggerConfigs converts a raw schema list into a list of codedeploy.TriggerConfig.
ExpandBlueGreenDeploymentConfig converts a raw schema list containing a map[string]interface{} into a single codedeploy.BlueGreenDeploymentConfiguration object.
ExpandDeploymentStyle converts a raw schema list containing a map[string]interface{} into a single codedeploy.DeploymentStyle object.
ExpandLoadBalancerInfo converts a raw schema list containing a map[string]interface{} into a single codedeploy.LoadBalancerInfo object.
FlattenBlueGreenDeploymentConfig converts a codedeploy.BlueGreenDeploymentConfiguration object into a []map[string]interface{} list containing a single item.
FlattenDeploymentStyle converts a codedeploy.DeploymentStyle object into a []map[string]interface{} list containing a single item.
No description provided by the author
KeyValueTags creates tftags.KeyValueTags from codedeploy service tags.
ListTags lists codedeploy service tags.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Tags returns codedeploy service tags.
TriggerConfigsToMap converts a list of []*codedeploy.TriggerConfig into a []map[string]interface{}.
UpdateTags updates codedeploy service tags.