Dash-User-Contributions icon indicating copy to clipboard operation
Dash-User-Contributions copied to clipboard

Terraform docset suddenly missing all the aws provider?

Open reubenavery opened this issue 5 years ago • 3 comments

I'm seeing this across two different computers now too. Terraform docset suddenly appears to be missing everything from AWS provider?

reubenavery avatar Sep 10 '20 13:09 reubenavery

check issue #2953

mflopez79 avatar Sep 10 '20 17:09 mflopez79

It looks like the AWS (and other providers) content is being moved out of the terraform website repo build process (see this pull request https://github.com/hashicorp/terraform-website/pull/1408/files ), which means that the current build script will not pull in the AWS content, this may need a new build script or (I think this is more likely) a separate docset which can be built when the AWS provider version updates.

techdragon avatar Nov 17 '20 05:11 techdragon

This is still an issue. Not all of the AWS provider resources are currently missing, however, they are out of date (see for example aws_cloudfront_distribution) and some of them are missing (e.g. aws_cloudfront_cache_policy). Can this be addressed? As @techdragon suggests, we either need the build script updated or a separate docset for the AWS provider.

Thanks!

finferflu avatar Mar 02 '21 12:03 finferflu