Skip to content

Instantly share code, notes, and snippets.

View andersonVSA's full-sized avatar

Anderson de Vasconcelos Sant'Ana andersonVSA

  • Nubank
  • Brazil, São Paulo -SP
View GitHub Profile
module.test.module.as_group.aws_autoscaling_group.as_group: Creating...
2020/06/17 20:48:00 [TRACE] vertex "module.test.data.aws_subnet_ids.app_subnet (prepare state)": visit complete
2020/06/17 20:48:00 [TRACE] vertex "module.test.data.aws_vpcs.vpc (prepare state)": evaluating
2020/06/17 20:48:00 [TRACE] [walkApply] Entering eval tree: module.test.data.aws_vpcs.vpc (prepare state)
2020/06/17 20:48:00 [TRACE] module.test: eval: *terraform.EvalWriteResourceState
2020/06/17 20:48:00 [TRACE] [walkApply] Exiting eval tree: module.test.data.aws_vpcs.vpc (prepare state)
2020/06/17 20:48:00 [TRACE] vertex "module.test.data.aws_vpcs.vpc (prepare state)": visit complete
2020/06/17 20:48:00 [TRACE] vertex "module.test.module.dns_record.aws_route53_record.record (prepare state)": starting visit (*terraform.NodeApplyableResource)
2020/06/17 20:48:00 [TRACE] vertex "module.test.module.dns_record.aws_route53_record.record (prepare state)": evaluating
2020/06/17 20:48:00 [TRACE] dag/walk: visiting "module.test.module.launch
@andersonVSA
andersonVSA / configure_docker0.sh
Created February 27, 2017 04:35 — forked from kamermans/configure_docker0.sh
Change the IP subnet of Docker's docker0 interface
#!/bin/sh -e
#
# You can run this script directly from github as root like this:
# curl -sS https://gist.githubusercontent.com/kamermans/94b1c41086de0204750b/raw/configure_docker0.sh | sudo bash -s - 192.168.254.1/24
#
# * Make sure you replace "192.168.254.0/24" with the network that you want to use
#
# NOTE: This script is intended for Debian / Ubuntu only!
if [ $# -lt 1 ]; then