Andy Lo-A-Foe

Results 62 comments of Andy Lo-A-Foe

@l-lafin tested this and it is working as expected. Can you provide more details, or better a setup where you can reproduce this?

@l-lafin added additional test code and was able to observe deletion of users group on destroy. On key thing is that groups referred to in `hsdp_iam_group_membership` should have `drift_detection =...

You are right, it should be set to `false` , somehow inverted that in my msg🤦‍♂️ I'm not a fan of terragrunt. It feels like what coffeescript was to javascript...

@MaienM very timely `PR` as I hit this exact issue myself today. The existing retry mechanism is indeed quite naive. Ideally retry should only be done on `connection errors` or...

@MaienM there was a recent regression in the provider which caused timeout values to be totally out of whack, can you try `2.6.0` and see if it works better for...

@zhilyaev would `sudo` in the commands work?

@bryant7392 can you retry with version `2.3.0` , the debug log will output more details

@Eric-Fontana-Indico thanks for reporting. Is it possible to share the declaration of this `install-command` ?

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#public_ip > [public_ip](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#public_ip) - Public IP address assigned to the instance, if applicable. NOTE: If you are using an [aws_eip](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eip) with your instance, you should refer to the EIP's address...

So, the definition and usage pattern of the `host` field within the provider/core currently expects this to be fixed/stable during a run. There is also a `ForceNew` attribute enabled which...