RB

Results 700 comments of RB

@SamuelMolling try passing in a `-d` with atlantis plan. ``` atlantis plan -d some-directory -- -replace="random_password.default" ```

You folks are right, the `taint` command is deprecated in favor of `-replace`. I'll retitle this. And the `untaint` command is not deprecated and doesn't have an atlantis GH issue...

Very cool. I can say the same still, no issues after 7 months. Devs are very happy and PRs get merged quickly and painlessly. I'll add a document for this...

The last test returns this error ```hcl TestExamplesComplete 2024-02-24T05:35:16Z logger.go:66: │ Error: registering SSM Patch Baseline (pb-009c41ffb525fbcc5) for Patch Group (TOPATCH): AlreadyExistsException: Patch Group TOPATCH already has a baseline registered...

These modules use the cloudposse template provider instead which had arm support. See https://github.com/search?q=repo%3Acloudposse%2Fterraform-yaml-config+cloudposse%2Ftemplate&type=code https://github.com/cloudposse/terraform-provider-template

I got the same error in the latest release [v2.29.0](https://github.com/hashicorp/terraform-provider-kubernetes/releases/tag/v2.29.0) Thank you for documenting that [`2.24.0`](https://github.com/hashicorp/terraform-provider-kubernetes/releases/tag/v2.24.0) works as that unblocked us. There were a lot of changes between https://github.com/hashicorp/terraform-provider-kubernetes/compare/v2.24.0...v2.25.0 cc'ing...

Perhaps this is due to using `s3:ObjectCreated:*` instead of simply `s3:ObjectCreated:Put` ? https://github.com/cloudandthings/terraform-aws-clickops-notifier/blob/be9694cda07dbe74fad9e332723be3b38bb5267b/deployment_organization.tf#L88 Or maybe switching to EventBridge can be used to publish events ? https://aws.amazon.com/blogs/aws/new-use-amazon-s3-event-notifications-with-amazon-eventbridge/ Or maybe using a...