e0ebc8c9b4
* aws_secret: (integration tests) Move tests to using module_defaults * Update hacking aws security policy to enable management of secrets * aws_secret: (integration tests) Fixup integration tests - Update tests to use resource_prefix as a prefix rather than a suffix - Pause after role creation to cope with AWS being slow (and returning before the role it ready)
5 lines
203 B
YAML
5 lines
203 B
YAML
---
|
|
super_secret_string: 'Test12345'
|
|
secret_manager_role: "{{ resource_prefix }}-secrets-manager"
|
|
secret_name: "{{ resource_prefix }}-test-secret-string"
|
|
lambda_name: "{{ resource_prefix }}-hello-world"
|