20ad3e0b2f
In order to satisify scenarios where a lifecycle is block is used, we would need the AWS ALB name field to be autogenerated. WE follow the same work as AWS ELB, we prefix it with `tl-lb-` ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSALB_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/09/08 12:43:40 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSALB_ -timeout 120m === RUN TestAccAWSALB_basic --- PASS: TestAccAWSALB_basic (79.81s) === RUN TestAccAWSALB_generatedName --- PASS: TestAccAWSALB_generatedName (93.81s) === RUN TestAccAWSALB_namePrefix --- PASS: TestAccAWSALB_namePrefix (73.48s) === RUN TestAccAWSALB_tags --- PASS: TestAccAWSALB_tags (181.32s) === RUN TestAccAWSALB_noSecurityGroup --- PASS: TestAccAWSALB_noSecurityGroup (66.03s) === RUN TestAccAWSALB_accesslogs --- PASS: TestAccAWSALB_accesslogs (130.82s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 625.285s ``` |
||
---|---|---|
.. | ||
.bundle | ||
helpers | ||
scripts | ||
source | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
Vagrantfile | ||
config.rb | ||
config.ru | ||
packer.json |
README.md
Terraform Website
This subdirectory contains the entire source for the Terraform Website. This is a Middleman project, which builds a static site from these source files.
Contributions Welcome
If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.
Running the Site Locally
Running the site locally is simple. First you need a working copy of Ruby >= 2.0 and Bundler. Then you can clone this repo and run make dev
.
Then open up http://localhost:4567
. Note that some URLs you may need to append
".html" to make them work (in the navigation).