Nick Kocharhook
Nick Kocharhook
Looks like a duplicate of #757
I beleive this in _main.tf_ is [the code in question](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/blob/882d7e0ea01e932bdc70ada8c953ec5bc7df361f/main.tf#L60): ```terraform data "aws_iam_policy_document" "default" { statement { sid = "" actions = [ "ec2:*", "elasticloadbalancing:*", "autoscaling:*", "cloudwatch:*", "s3:*", "sns:*", "cloudformation:*",...
I'm seeing this too. ```bash $ terraform --version Terraform v1.1.4 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v3.59.0 + provider registry.terraform.io/hashicorp/random v3.1.0 + provider registry.terraform.io/hashicorp/template v2.2.0 ``` ``` │ Error: cache location...
And as noted in #80, an effective workaround is to set `cache_bucket_suffix_enabled = false`.
This is an accessibility issue, since it happens when Dark Mode is enabled (which is a macOS accessibility feature). Wanted to make sure this wasn't overlooked, sorry for the ping...
I'm having this problem as well, but Dependabot isn't even on in the repo in question. I'm only ever running a single action at a time. And it's not intermittent,...
Really unfortunate that I can't pinch to zoom or zoom to fit an image. This makes the image preview feature hard to use with high-definition images.
I'm seeing this as well when using [terraform-aws-ecs-codepipeline](https://github.com/cloudposse/terraform-aws-ecs-codepipeline).
[This is an example](https://github.com/hashicorp/terraform-enterprise-modules/blob/d198a95b9eef64482f3b5fab2ede5da27d149f8e/modules/redis/redis.tf#L62) of code which actually creates a cluster and not a replication group.
Also, if you can point me in the right direction, I’d be up for trying to implement a PR with this.