-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from cloudskiff/issue_375_lotoussa
Fix aws_route53_record error when deserializing resource (null value is not allowed)
- Loading branch information
Showing
11 changed files
with
171,921 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
pkg/iac/terraform/state/test/route53_record_null_records/result.golden.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"AllowOverwrite": true, | ||
"Fqdn": "foo-0.com", | ||
"HealthCheckId": "", | ||
"Id": "Z1035360GLIB82T1EH2G_foo-0.com_NS", | ||
"MultivalueAnswerRoutingPolicy": null, | ||
"Name": "foo-0.com", | ||
"Records": null, | ||
"SetIdentifier": "", | ||
"Ttl": 172800, | ||
"Type": "NS", | ||
"ZoneId": "Z1035360GLIB82T1EH2G", | ||
"Alias": null, | ||
"FailoverRoutingPolicy": [], | ||
"GeolocationRoutingPolicy": [], | ||
"LatencyRoutingPolicy": [], | ||
"WeightedRoutingPolicy": [] | ||
} | ||
] |
Oops, something went wrong.