Website appears to be ahead of the latest planned release #2017
Labels
documentation
Introduces or discusses updates to documentation.
provider
Pertains to the provider itself, rather than any interaction with AWS.
This issue was originally opened by @kevinburkeotto as hashicorp/terraform#16428. It was migrated here as a result of the provider split. The original body of the issue is below.
If I am reading the sources correctly, the current Terraform tip for terraform-provider-aws points at this commit: 669207b (from here: https://github.com/hashicorp/terraform/blob/master/vendor/vendor.json#L1991)
However, the website points at a much more recent commit (the
stable-website
branch of terraform-provider-aws), and displays text on the website referring to features that I am pretty sure are not included in the latest Terraform release, or Terraform master. In particular I'm interested in the NLB (network load balancer) support. That appears to be in the "stable-website" branch and I can see text related to it on the website, but the code for it doesn't appear to be in the Terraform tool.There's a sort of a problem where you want the documentation to show two different things, the latest stable release and then also show docs for people on tip. At least on the Go team we resolved this by serving tip documentation at tip.golang.org and the documentation for the latest stable release at golang.org.
https://github.com/hashicorp/terraform-website/blob/master/.gitmodules#L16
https://github.com/terraform-providers/terraform-provider-aws/commits/stable-website?after=cd334ce7237aa3dca4193377a1e2cbe9e988487f+139
The text was updated successfully, but these errors were encountered: