Maicon Baum

Results 13 comments of Maicon Baum

Well, meanwhile, this is my workaround (in Brazil we say "gambiarra") 1. Create a `null_resource` with a `local-exec` Provisioner to execute a shell script: > Note 1: There is only...

This would be a really useful feature.

I'm facing the exact same issue on AWS Provider 4.55.0 using Terraform 1.3.9. The stored state follows exactly the same logic as @gatomei3 described.

Come on guys, this is a really nice feature - I should say it's a must-have feature in today's world, but this is just my opinion). @hermes-pimentel and @pablomparada will...

`IAM_ALLOWED_PRINCIPALS` != `ALLIAMPrincipals` (`$ACCOUNT_ID:IAMPrincipals)` > Principal is an IAM group - IAMAllowedPrincipals > > Lake Formation sets Super permission on all databases and tables in the Data Catalog to a...

@helloPiers Kinda solve this increasing the initialDelay of NodeProvisioner: ``` { name = "JAVA_OPTS" value = "-Dhudson.slaves.NodeProvisioner.initialDelay=60 -Dhudson.slaves.NodeProvisioner.MARGIN=50 -Dhudson.slaves.NodeProvisioner.MARGIN0=0.85" } ``` This setting increases the node provisioner delay typically to...