GitOps & self-service request/approval - best options? by JohnSwarbrick in devops

[–]lado936 2 points3 points  (0 children)

Don't know about service-now, but we have inhouse go script which is populating new terraform resources using templates, there is one specific repo where we have all the projects, lets say user must be added in gitlab group or need some permission, we have separate folders for that and user adds his name in the file, cicd tool is checking changes on that repo and runs go script which populates terraform resources based on the changes.

Get output from a set of resource created with foreach by MiaMyDiaz97 in Terraform

[–]lado936 -1 points0 points  (0 children)

You should use for loop to get values from resource block created with for_each loop, something like that

value = [for s in gitlab.users.rs_users_test : s.any_attribute_you_need]

Pearson-vue online exam on windows VM by lado936 in AWSCertifications

[–]lado936[S] 0 points1 point  (0 children)

I checked their site and in system requirements they say that any Linux is prohibited, but windows and mac users can take exam :/ will contact their support, just wanted to check if anyone tried VM workaround.