Skip to content

Instantly share code, notes, and snippets.

@BensGits
BensGits / s3_buckets.tf
Created October 31, 2023 05:20 — forked from halfinhalfout/s3_buckets.tf
failing terraform *bi-directional* Cross Region Replication of S3 buckets (Cycle: aws_s3_bucket.bucket, aws_s3_bucket.destination)
resource "aws_iam_role" "replication" {
name = "tf-iam-role-replication-12345"
assume_role_policy = <<POLICY
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "sts:AssumeRole",
"Principal": {
@BensGits
BensGits / github-actions-notes.md
Created September 27, 2023 00:07 — forked from br3ndonland/github-actions-notes.md
Getting the Gist of GitHub Actions
@BensGits
BensGits / .gitignore
Created September 26, 2023 04:21 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #