Terraform v0.13.5
+ provider registry.terraform.io/hashicorp/aws v3.31.0
Error: expected length of name to be in the range (1 - 32), got test-accelerator-test-accelerator
on main.tf line 3, in resource "aws_globalaccelerator_accelerator" "this":
3: name = "test-accelerator-test-accelerator"
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Actual Behavior
Steps to Reproduce
Important Factoids
terraform-provider-aws/aws/resource_aws_globalaccelerator_accelerator.go
Line 46 in 366aa1d