Fixed typo

This commit is contained in:
Marc Vieira-Cardinal (VA2MVC) 2017-04-04 08:57:16 -04:00 committed by GitHub
parent ffa5fc3361
commit 82af03aca5
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ func resourceAwsElasticBeanstalkEnvironmentCreate(d *schema.ResourceData, meta i
if cnamePrefix != "" {
if tier != "WebServer" {
return fmt.Errorf("Cannont set cname_prefix for tier: %s.", tier)
return fmt.Errorf("Cannot set cname_prefix for tier: %s.", tier)
}
createOpts.CNAMEPrefix = aws.String(cnamePrefix)
}