RB
RB
Thanks for sharing these commands. I formatted them and added a description for each one. It might be an easy command to wedge into a custom workflow in a pre...
I see 2 coalesce statements. From your description only the reader endpoint is affected when in cluster mode. https://github.com/cloudposse/terraform-aws-elasticache-redis/blob/23723ddb716f07e7dbcbd080b9841cadcba8b04a/main.tf#L113 https://github.com/cloudposse/terraform-aws-elasticache-redis/blob/23723ddb716f07e7dbcbd080b9841cadcba8b04a/main.tf#L119 The docs say to use the configuration endpoint > Redis...
A TOTP based way to authenticate would be nice to avoid people abusing stremio accounts.
Is there a list of documented resources that do not get these tags ? https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html Edit: I spoke with AWS support and he mentioned this doc https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-type-schemas.html and downloaded the...
One workaround is to use the following parameters to add the metadata to each resource manually in cloudformation https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html#cfn-pseudo-param-stackname
It is surprising that this is available in terraform before it's available in cloudformation https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_instance_profile#tags
Is this already completed by PR - https://github.com/cloudposse/terraform-aws-s3-bucket/pull/158 https://github.com/cloudposse/terraform-aws-s3-bucket/blob/424de84a0102fd792b03ba1383ee1eb452722edf/main.tf#L347 https://github.com/cloudposse/terraform-aws-s3-bucket/blob/424de84a0102fd792b03ba1383ee1eb452722edf/main.tf#L356-L357
This is where the github function updates the status which uses the `pull.HeadCommit` as the `ref`. https://github.com/runatlantis/atlantis/blob/67686e71a242837716fe62150b1ce605648e11fb/server/events/vcs/github_client.go#L556-L575 Here is the `client.Repositories.CreateStatus` function header in the upstream library https://github.com/google/go-github/blob/c96ba417f7b022bee92bc04d831e89fd9fc70edc/github/repos_statuses.go#L74-L88 If we...