Oskar

Results 11 comments of Oskar

In case anyone else has a similar issue: we got this problem, but only on macOS GitHub hosted runners. When running `actions/checkout@v3` after the other steps, it would get stuck...

Seems Terragrunt has implemented its own provider caching! 🎉 #3001 I'm gonna try it out. It also means this issue is a duplicate of #2920.

> `CT_CONFIG_DIR` just specifies where to look for `ct.yaml` configuration file. > > If you want to add additional repository, which is the reason for your error: > > ```...

> Here is my configuration This would be great to add to the FAQ document in the [section](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/6866b40becaddeca60638096da919732b8b52902/docs/faq.md#setting-disk_size-or-remote_access-does-not-make-any-changes) that talks about setting `disk_size`. I tried to set `use_custom_launch_template = false`...

> It's the very first FAQ https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md Yes, but there's no mention of the `block_device_mappings` solution so that people don't need to disable the custom launch template that might potentially...

Seems the service can't start: ``` √ ~$ brew services restart theseal/ssh-askpass/ssh-askpass Stopping `ssh-askpass`... (might take a while) ==> Successfully stopped `ssh-askpass` (label: homebrew.mxcl.ssh-askpass) ==> Successfully started `ssh-askpass` (label: homebrew.mxcl.ssh-askpass)...

> @dataviruset You can directly set SSH_ASKPASS and SUDO_ASKPASS to test it without the services. It is due to the system I think, not the services > > ``` >...

Can I ask why it's important for you to run it on a separate domain? Security concerns, cookies?

> It requires the GNU version of tar, so if you running the action on a self hosted runner or local container, you need to make sure that the correct...