-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
40 lines (40 loc) · 1.07 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Route53 Record Set Updates
author: Brent Garber
branding:
icon: cloud
color: gray-dark
description: Submit Route 53 Record Sets
inputs:
aws_access_key_id:
description: The AWS access key id
required: false
aws_secret_access_key:
description: The AWS secret access key
required: false
aws_route53_hosted_zone_id:
description: The id of the hosted zone
required: true
aws_route53_rr_action:
description: The action that should be taken
required: true
aws_route53_rr_name:
description: The name of the record set
required: true
aws_route53_rr_type:
description: The type of the record set
required: true
aws_route53_rr_ttl:
description: The TTL of the record set
required: false
aws_route53_rr_value:
description: The value of the record set
required: true
aws_route53_rr_comment:
description: A comment used for the resource record
required: false
aws_route53_wait:
description: Wait until the record set is fully settled in
required: false
runs:
using: docker
image: Dockerfile