Skip to content

Commit

Permalink
Update plan.tape and commit result
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed May 2, 2024
1 parent a0408ef commit 0a65415
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ exclude_unchanged = false
follow_symlink = false
# contrary to other repos, this does wait for the debugger to attach, as cli processes are very shortlived
# full_bin = "dlv exec --accept-multiclient --continue --headless --listen :9087 --api-version 2 ./tmp/overmind -- terraform plan"
# full_bin = "dlv exec --accept-multiclient --headless --listen :9087 --api-version 2 --tty /dev/pts/3 ./tmp/overmind -- terraform plan"
full_bin = "docker run --rm -e AWS_PROFILE=sso-david -e OVM_API_KEY -e APP -e RESET_STORED_CONFIG=true -e TEABUG=true -e LOG=trace -v $PWD:/vhs -v ~/.aws:/root/.aws ghcr.io/charmbracelet/vhs /vhs/demos/plan.tape && code demos/plan.gif"
# full_bin = "dlv exec --accept-multiclient --headless --listen :9087 --api-version 2 ./tmp/overmind -- terraform plan"
full_bin = "docker run --rm -e AWS_PROFILE=sso-david -e OVM_API_KEY -e APP=https://df.overmind-demo.com -e RESET_STORED_CONFIG=true -e TEABUG=true -e LOG=trace -v $PWD:/vhs -v ~/.aws:/root/.aws ghcr.io/charmbracelet/vhs /vhs/demos/plan.tape && code demos/plan.gif"
include_dir = []
include_ext = ["go", "tpl", "tmpl", "templ", "html", "sql", "css", "md", "tape"]
include_file = ["sqlc.yaml"]
Expand Down
Binary file added demos/plan.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions demos/plan.tape
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Output demos/plan.gif
# Output demos/plan.mp4

Set Margin 20
Set MarginFill "#7a70eb" # use Dark.BgMain
Set BorderRadius 10

Hide
Type "cd tmp"
Enter
Expand All @@ -19,6 +23,7 @@ Down
Sleep 1
Enter
Type "sso-dogfood"
Sleep 1
Enter
Sleep 20

Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ provider "aws" {}
variable "bucket_postfix" {
type = string
description = "The prefix to apply to the bucket name."
default = "test"
}

module "bucket" {
Expand Down

0 comments on commit 0a65415

Please sign in to comment.