Mark Keisler
Mark Keisler
If you want to use a computed property, just use the computed property. If you need to output it as well, output it.
are you sure it is not a case of `terraform init` having run at a different time from the different users?
I tried it on a socket for a puma web server I have running: ``` curl-unix-socket -k -https -v unix:///var/run/project/puma-2.sock: Fail to connect to /var/run/project/puma-2.sock : tls: oversized record received...
``` $ curl-unix-socket -v unix:///var/run/project/puma-2.sock: > GET HTTP/1.1 > Socket: /var/run/project/puma-2.sock > Content-Length: 0 > < HTTP/1.1 301 Moved Permanently < Content-Type: text/html < Location: https:/// ``` Works fine. I...
@ramereth Since there is no setting of GO111MODULE to 'on' I would tend to doubt it. I'll give it a shot when I have a moment.
@MarkGibbons The problem I am trying to solve is installing `github.com/itpp-labs/hound/cmds/[email protected]'` go package. I created a fork of this cookbook and added an additional option to the package custom resource...
I can submit a PR, but the work I have done in my fork refactored your custom resource, too.
Right. What I was trying to overcome was that I had a new task definition that existed that the current running task was not yet using. I assumed that fargatecli...
@piotr-vimn Fine, then we need the ability to use the `-replace` option in atlantis. Either way.
@georgekaz I did not realize this because I run a custom workflow. I'm trying to incorporate COMMENT_ARGS now but it is painful.