-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate aws-account-attribute-lookup #1092
Comments
Files identified in the description:
If these files are inaccurate, please update the |
Looking at the latest API docs https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html#EC2.Client.describe_account_attributes I don't think you're correct about the whole of
|
can we just remove the values that are incorrect then? |
Fixing parameter name in example. SUMMARY Fixing parameter used in example. ISSUE TYPE Docs Pull Request COMPONENT NAME aws_acm ADDITIONAL INFORMATION Using the example as is gives in an error - fatal: [localhost]: FAILED! => changed=false msg: 'state is present but all of the following are missing: private_key' Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
Fixing parameter name in example. SUMMARY Fixing parameter used in example. ISSUE TYPE Docs Pull Request COMPONENT NAME aws_acm ADDITIONAL INFORMATION Using the example as is gives in an error - fatal: [localhost]: FAILED! => changed=false msg: 'state is present but all of the following are missing: private_key' Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
Fixing parameter name in example. SUMMARY Fixing parameter used in example. ISSUE TYPE Docs Pull Request COMPONENT NAME aws_acm ADDITIONAL INFORMATION Using the example as is gives in an error - fatal: [localhost]: FAILED! => changed=false msg: 'state is present but all of the following are missing: private_key' Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
Summary
The lookup plugin aws-account-attribute-lookup
located at https://docs.ansible.com/ansible/latest/collections/amazon/aws/aws_account_attribute_lookup.html#ansible-collections-amazon-aws-aws-account-attribute-lookup
is no longer supported on the API
Issue Type
Bug Report
Component Name
aws_account_attribute
Ansible Version
Collection Versions
AWS SDK versions
OS / Environment
MacOS Monterrey 12.6
Steps to Reproduce
Expected Results
It works, the data is just meaningless now and doesn't match what is configured in the AWS console
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: