Lucy Davinhart || Strawb System
Lucy Davinhart || Strawb System
https://github.com/jmhobbs/cultofthepartyparrot.com/pull/84 Is awesome. But it could be more awesome if it could conga line.
From discussion on Twitter… https://twitter.com/lucydavinhart/status/1490448694675742725?s=21 ``` 🟦➕🟦 🟦➖🟦 🟨✖️🟨 🟨➕🟦➕🟦 ``` May give away too much information to people who have not yet solved today’s puzzle. (Untested, I’m on my...
https://www.packtpub.com/packt/offers/free-learning
``` ~ $ python script/spider.py --config config/prod.cfg --notify ifttt --claimOnly __ __ __ __ ____ ____ ______/ /__/ /_____ __ __/ /_ ______________ __ __/ /__ _____ / __ \/...
## Description Addresses https://github.com/hashicorp/terraform-provider-tfe/issues/392 ## Testing plan Example code: ``` resource "tfe_workspace" "test" { name = "test-source" organization = "lmhd" source_name = "TFE Provider" source_url = "https://github.com/hashicorp/terraform-provider-tfe/issues/392" } ``` (See...
#### Use-cases source-name and source-url are currently listed as beta https://www.terraform.io/docs/cloud/api/workspaces.html These result in "Created via \" to be displayed on the workspace. #### Attempted Solutions N/A as this is...
#### Use-cases When reading a workspace with the `tfe_workspace` data source, it is possible to identify how many resources that workspace is currently managing. See https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/data-sources/workspace#resource_count However, when we create...
With the CLI: ``` root@nclient-rpi-46ec8662-tainted:~# ./speedtest Speedtest by Ookla Server: razorblue - Leeds (id = 17449) ISP: Sky Broadband Latency: 11.74 ms (0.83 ms jitter) Download: 736.45 Mbps (data used:...
I'm currently making use of this plugin to generate Raspberry Pi images. (which it does very well, by the way) I'd like to be able to hook into HCP Packer,...
When running scripts using the shell provisioner, environment variables from the Packer's parent process are available within running scripts. From https://www.packer.io/docs/provisioners/shell There are a bunch of configs related to how...