Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_route53_zone: Add length validations for `delegation_set…
…_id` and `name` arguments (#12340) Output from acceptance testing: ``` --- PASS: TestAccAWSRoute53Zone_basic (68.77s) --- PASS: TestAccAWSRoute53Zone_Comment (81.81s) --- PASS: TestAccAWSRoute53Zone_DelegationSetID (70.15s) --- PASS: TestAccAWSRoute53Zone_disappears (60.90s) --- PASS: TestAccAWSRoute53Zone_ForceDestroy (189.58s) --- PASS: TestAccAWSRoute53Zone_ForceDestroy_TrailingPeriod (189.64s) --- PASS: TestAccAWSRoute53Zone_multiple (68.79s) --- PASS: TestAccAWSRoute53Zone_Tags (114.64s) --- PASS: TestAccAWSRoute53Zone_VPC_Multiple (182.20s) --- PASS: TestAccAWSRoute53Zone_VPC_Single (111.32s) --- PASS: TestAccAWSRoute53Zone_VPC_Updates (233.79s) --- PASS: TestAccAWSRoute53ZoneDataSource_id (79.59s) --- PASS: TestAccAWSRoute53ZoneDataSource_name (70.23s) --- PASS: TestAccAWSRoute53ZoneDataSource_serviceDiscovery (124.80s) --- PASS: TestAccAWSRoute53ZoneDataSource_tags (119.05s) --- PASS: TestAccAWSRoute53ZoneDataSource_vpc (133.88s) ```
- Loading branch information