https://github.com/ripienaar/free-for-dev
https://github.com/anaibol/awesome-serverless
https://github.com/pmuens/awesome-serverless
func TestMachineScope_PublicIPSpecs(t *testing.T) { | |
tests := []struct { | |
name string | |
machineScope MachineScope | |
want []azure.PublicIPSpec | |
}{ | |
{ | |
name: "returns nil if AllocatePublicIP is false", | |
machineScope: MachineScope{ | |
AzureMachine: &infrav1.AzureMachine{ |
func TestMachineScope_PublicIPSpecs(t *testing.T) { | |
tests := []struct { | |
name string | |
machineScope MachineScope | |
want []azure.PublicIPSpec | |
}{ | |
{ | |
name: "returns nil if AllocatePublicIP is false", | |
machineScope: MachineScope{ | |
AzureMachine: &infrav1.AzureMachine{ |
Open House is a house that's Open |
2019/06/10 23:16:13 [INFO] Terraform version: 0.12.1 | |
2019/06/10 23:16:13 [INFO] Go runtime version: go1.12.4 | |
2019/06/10 23:16:13 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2019/06/10 23:16:13 [DEBUG] Attempting to open CLI config file: /Users/karuppiahoss/.terraformrc | |
2019/06/10 23:16:13 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/06/10 23:16:13 [INFO] CLI command args: []string{"apply"} | |
2019/06/10 23:16:13 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/06/10 23:16:13 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/06/10 23:16:13 [DEBUG] New state was assigned lineage "f449f3ca-c298-5a40-2e3f-e5c4848968d9" | |
2019/06/10 23:16:13 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) |
https://color.firefox.com/?theme=XQAAAAIHAQAAAAAAAABBqYhm849SCia2CaaEGccwS-xNKlhMjgHXI2DYk6tUZL6Q64nyQ2hKMbyHrYkskwXqmP0_nMSaQhvUH4ChNbX3dj8zhaMnu3ExOOA13p27upykk_TKJ8eBY0V981ym4Unb14nVeeof-xGj4UJXKCgCDZB1eJwL7ER9GCHsDiO8k8AGcemegdXYgpNv0Y8oTeZ9vC7qiYZTVrL4aTryxvxLQtlcJbk5Hw_Y24ZsO0Iv2P4R3EA |
less -r gitlab-ci-job-raw-output.log |
A lot of services can be found here : https://github.com/ripienaar/free-for-dev
alias godir='cd ~/projects/gitlab/$(fd --max-depth 2 -t d . ~/projects/gitlab/ | xargs -I {} sh -c "echo {} | cut -d / -f 6,7" | fzf --height 15)'
Use the whole command based on the directory structure, especially the cut
command. You need fd
and fzf
installed for this