Skip to content

Instantly share code, notes, and snippets.

@joatmon08
joatmon08 / bucket.tf
Last active August 19, 2020 15:56
S3 Bucket Example for Permissions Toggle
variable "enable_object_editor" {
default = false
type = bool
description = "enables object editor for current aws account"
}
data "aws_caller_identity" "current" {}
resource "aws_s3_bucket" "my_bucket" {
bucket = "my_bucket"
@joatmon08
joatmon08 / README.md
Created October 13, 2021 13:27
Draw.io Export Script

Draw.io Export Script

For diagrams in books and other content.

Prerequisites

  • Mac OS X (run on Intel)
  • Draw.io v15.4.0+

Run