-
Notifications
You must be signed in to change notification settings - Fork 401
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
Fixing parameter name in example. #1092
Fixing parameter name in example. #1092
Conversation
Looks good to me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're right. Thanks for catching this.
argument_spec = dict(
certificate=dict(),
certificate_arn=dict(aliases=['arn']),
certificate_chain=dict(),
domain_name=dict(aliases=['domain']),
name_tag=dict(aliases=['name']),
private_key=dict(no_log=True),
tags=dict(type='dict'),
purge_tags=dict(type='bool', default=False),
state=dict(default='present', choices=['present', 'absent']),
)
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #1094 🤖 @patchback |
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> (cherry picked from commit 2ea42db)
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #1095 🤖 @patchback |
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> (cherry picked from commit 2ea42db)
[PR #1092/2ea42db3 backport][stable-3] Fixing parameter name in example. This is a backport of PR #1092 as merged into main (2ea42db). 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: Mark Chappell <None>
[PR #1092/2ea42db3 backport][stable-2] Fixing parameter name in example. This is a backport of PR #1092 as merged into main (2ea42db). 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]>
SUMMARY
Fixing parameter used in example.
ISSUE TYPE
COMPONENT NAME
aws_acm
ADDITIONAL INFORMATION
Using the example as is gives in an error -