This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |