You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"error": {
"code": "InvalidInput",
"message": "Invalid request: Expected exactly one of [AliasTarget, all of [TTL, and ResourceRecords], or TrafficPolicyInstanceId], but found more than one in Change with [Action=CREATE, Name=new.mydomain.io., Type=A, SetIdentifier=null]",
"type": "Sender"
},
When alias : True, I would expect TTL and ResourceRecords be removed from resource_records_set.
TrafficPolicyInstanceId seems to be outside my control.
Hard coding values into /plugins/modules/route53.py and running as python script works.
In advance, Thanks:)
The text was updated successfully, but these errors were encountered:
Add wimnat to the 'ignore' notifications list
SUMMARY
Add wimnat to the 'ignore' notifications list. As per community.aws PR 778
ISSUE TYPE
n/a
COMPONENT NAME
BOTMETA
ADDITIONAL INFORMATION
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
SUMMARY
Failing to create an alias record for Route53
ISSUE TYPE
COMPONENT NAME
Route53
ANSIBLE VERSION
2.10.6
OS / ENVIRONMENT
OSX
STEPS TO REPRODUCE
EXPECTED RESULTS
Alias A record created.
ACTUAL RESULTS
Values in error message are changed
When alias : True, I would expect TTL and ResourceRecords be removed from resource_records_set.
TrafficPolicyInstanceId seems to be outside my control.
Hard coding values into /plugins/modules/route53.py and running as python script works.
In advance, Thanks:)
The text was updated successfully, but these errors were encountered: