actions-marketplace-validations/Route53 Record Set Updates
Submit Route 53 Record Sets with enhanced validation and error handling
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | The AWS access key ID for authentication | no | — |
| aws_secret_access_key | The AWS secret access key for authentication | no | — |
| aws_route53_hosted_zone_id | The ID of the hosted zone where the record set will be created | yes | — |
| aws_route53_rr_action | The action to perform on the record set (CREATE, DELETE, UPSERT) | yes | — |
| aws_route53_rr_name | The fully qualified domain name for the record set | yes | — |
| aws_route53_rr_type | The DNS record type (A, AAAA, CNAME, MX, NS, PTR, SOA, SPF, SRV, TXT) | yes | — |
| aws_route53_rr_ttl | The Time To Live value in seconds (0-2147483647) | no | 300 |
| aws_route53_rr_value | The value for the record set (IP address, domain name, etc.) | yes | — |
| aws_route53_rr_comment | An optional comment for the record set change | no | — |
| aws_route53_wait | Whether to wait for the change to complete (true/false) | no | false |
Outputs
| name | description |
|---|---|
| change_id | The ID of the submitted change |
| status | The status of the change operation |
| error | Error message if the operation fails |