mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 01:00:50 -04:00
Correctly sets the attribute `ip_address` in the `opc_compute_ip_address_reservation` resource. Also updates documentation for the `ip_address_pool` attribute. ``` $ make testacc TEST=./builtin/providers/opc TESTARGS="-run=TestAccOPCIPAddressReservation_Basic" ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/05/16 10:15:53 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/opc -v -run=TestAccOPCIPAddressReservation_Basic -timeout 120m === RUN TestAccOPCIPAddressReservation_Basic --- PASS: TestAccOPCIPAddressReservation_Basic (22.60s) PASS ok github.com/hashicorp/terraform/builtin/providers/opc 22.604s ```
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:
- Install Docker if you have not already done so
- Clone this repo and run
make website
Then open up http://localhost:4567. Note that some URLs you may need to append
".html" to make them work (in the navigation).