Peter Tiggerdine

Results 5 comments of Peter Tiggerdine

To provide better clarification - I want to have puppet code that will create a namespace and projects in that namespace to ensure reproducibility should the host develop problems.

Hi Edwin, how did the checking go? do we just need to put a merge request to resolve this?

Thanks, @justinretzolk for the quick reply. Unfortunately, that hasn't worked. still getting the same error of ``` Error: error updating Backup Framework (icare_uat_compliance_framework): InvalidParameterValueException: Invalid value for the parameter principalArnList...

here is the modify control code that I used ``` control { name = "BACKUP_RECOVERY_POINT_MANUAL_DELETION_DISABLED" input_parameter { name = "principalArnList" value = "arn:aws:iam::*:role/SysAdminRole" } input_parameter { name = "principalArnList" value...

Think notionally this is a good idea, but examples should stay with the respective repositories to make it easier for others to pickup and use.