1
1
id : playbook-create_delete_record_Test
2
- version : 4
3
- vcShouldKeepItemLegacyProdMachine : false
2
+ version : -1
4
3
name : playbook-create_delete_record_Test
5
- description : Creation and deletion of AWS Route53 DNS record
4
+ description : Creation and deletion of AWS Route53 DNS record.
6
5
fromversion : 6.5.0
7
6
starttaskid : " 0"
8
7
tasks :
16
15
name : " "
17
16
iscommand : false
18
17
brand : " "
18
+ description : ' '
19
19
nexttasks :
20
20
' #none# ' :
21
21
- " 2"
43
43
id : 4f3a8eb1-0073-4648-893a-8215f1fa4c6c
44
44
version : -1
45
45
name : Create DNS record within the hosted zone
46
- description : Creates a resource record set. Creates a resource record set that
47
- has the specified values.
46
+ description : Creates a resource record set. Creates a resource record set that has the specified values.
48
47
script : AWS - Route53|||aws-route53-create-record
49
48
type : regular
50
49
iscommand : true
54
53
- " 9"
55
54
scriptarguments :
56
55
hostedZoneId :
57
- simple : ${AWS.Route53.HostedZones.Id}
56
+ simple : ${AWS.Route53.HostedZones.[0]. Id}
58
57
source :
59
58
simple : ${dns_record_name}
60
59
target :
87
86
id : 421a0b18-3414-42e2-8963-7570a7a80e34
88
87
version : -1
89
88
name : List hosted zones
90
- description : ' Retrieves a list of the public and private hosted zones that are
91
- associated with the current AWS account. '
89
+ description : Retrieves a list of the public and private hosted zones that are associated with the current AWS account.
92
90
script : AWS - Route53|||aws-route53-list-hosted-zones
93
91
type : regular
94
92
iscommand : true
@@ -159,8 +157,7 @@ tasks:
159
157
id : ef2f4e6f-6e00-44e3-8e77-c0df125be64a
160
158
version : -1
161
159
name : Delete the DNS record to cleanup after the playbook
162
- description : Deletes a resource record set. Deletes an existing resource record
163
- set that has the specified values.
160
+ description : Deletes a resource record set. Deletes an existing resource record set that has the specified values.
164
161
script : ' |||aws-route53-delete-record'
165
162
type : regular
166
163
iscommand : true
@@ -170,7 +167,7 @@ tasks:
170
167
- " 14"
171
168
scriptarguments :
172
169
hostedZoneId :
173
- simple : ${AWS.Route53.HostedZones.Id}
170
+ simple : ${AWS.Route53.HostedZones.[0]. Id}
174
171
source :
175
172
simple : ${dns_record_name}
176
173
target :
@@ -252,6 +249,7 @@ tasks:
252
249
type : title
253
250
iscommand : false
254
251
brand : " "
252
+ description : ' '
255
253
separatecontext : false
256
254
continueonerrortype : " "
257
255
view : |-
0 commit comments