mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 23:46:26 -06:00
3541b9254e
Fixes all the currently failing ElasticBeanstalk Acceptance Tests ``` $ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSBeanstalkEnv' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/01/31 12:47:39 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSBeanstalkEnv -timeout 120m === RUN TestAccAWSBeanstalkEnv_basic --- PASS: TestAccAWSBeanstalkEnv_basic (383.73s) === RUN TestAccAWSBeanstalkEnv_tier --- PASS: TestAccAWSBeanstalkEnv_tier (629.41s) === RUN TestAccAWSBeanstalkEnv_outputs --- PASS: TestAccAWSBeanstalkEnv_outputs (374.11s) === RUN TestAccAWSBeanstalkEnv_cname_prefix --- PASS: TestAccAWSBeanstalkEnv_cname_prefix (429.19s) === RUN TestAccAWSBeanstalkEnv_config --- PASS: TestAccAWSBeanstalkEnv_config (512.37s) === RUN TestAccAWSBeanstalkEnv_resource --- PASS: TestAccAWSBeanstalkEnv_resource (358.39s) === RUN TestAccAWSBeanstalkEnv_vpc --- PASS: TestAccAWSBeanstalkEnv_vpc (479.72s) === RUN TestAccAWSBeanstalkEnv_template_change --- PASS: TestAccAWSBeanstalkEnv_template_change (792.78s) === RUN TestAccAWSBeanstalkEnv_basic_settings_update --- PASS: TestAccAWSBeanstalkEnv_basic_settings_update (616.77s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 4576.505s ``` |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |