mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Found as part of #15065, when there is no default VPC, Terraform will throw a panic. This prevents that as a user should never get that ``` % make testacc TEST=./builtin/providers/aws/ TESTARGS='-run=TestAccAWSDefaultVpc_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/06/05 12:16:09 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws/ -v -run=TestAccAWSDefaultVpc_basic -timeout 120m === RUN TestAccAWSDefaultVpc_basic --- PASS: TestAccAWSDefaultVpc_basic (44.65s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 44.669s ``` |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |