mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Add final yaml test cases
This commit is contained in:
parent
eb8cf40bf5
commit
2a96444f75
2 changed files with 20 additions and 0 deletions
10
.automation/test/cfn/cfn_bad_4.yaml
Normal file
10
.automation/test/cfn/cfn_bad_4.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
Resources:
|
||||
myDNSRecord:
|
||||
Type: AWS::Route53::RecordSet
|
||||
Properties:
|
||||
HostedZoneId : Z8VLZEXAMPLE
|
||||
Name: test.example.com
|
||||
ResourceRecords:
|
||||
- 192.0.2.99
|
||||
Ttl: 900
|
||||
Type: A
|
10
.automation/test/cfn/cfn_good_4.yaml
Normal file
10
.automation/test/cfn/cfn_good_4.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
Resources:
|
||||
myDNSRecord:
|
||||
Type: AWS::Route53::RecordSet
|
||||
Properties:
|
||||
HostedZoneId : Z8VLZEXAMPLE
|
||||
Name: test.example.com
|
||||
ResourceRecords:
|
||||
- 192.0.2.99
|
||||
TTL: 900
|
||||
Type: A
|
Loading…
Reference in a new issue