For diagrams in books and other content.
- Mac OS X (run on Intel)
- Draw.io v15.4.0+
| 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" |
For diagrams in books and other content.