Viewing profile — tbrb
tbrb
HN member- Joined
- Thu, Jun 25, 2020, 9:42 PM UTC
- HN karma
- 6
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About tbrb
No profile information was provided.
Recent public activity
-
comment
Comment #42948279
The AWS SDK supports supplying credentials based on environment variables. When on my workstation I set AWS_PROFILE to select what profile I'm using, prior to running Terraform. Th…
-
comment
Comment #42946164
I generally consider the AWS CLI configuration to be something that's unique to a developer's workstation, and shouldn't be referenced in terraform code (in the form of tying the w…
-
comment
Comment #42459981
The biggest life changer to me back when I worked with Mikrotik gear was learning that the '?' character was an immediate "Show me all of the commands I can get to from the current…
-
comment
Comment #41565509
Agree that it would be nice to specify credentials a different way - however as a workaround: some bash-based shells support prefixing the command with a space as a way of not savi…
-
comment
Comment #23646259
> every step and trigger in Relay is just a docker container Ooh, that makes sense. This is also reminding me a bit of Concourse CI ( https://concourse-ci.org ) as that's all docke…
-
comment
Comment #23646107
Sounds interesting. Have you any comparisons between this and StackStorm? At first glance, this looks like it competes in a similar market. Additionally, is this only going to be a…