Dash-User-Contributions
Dash-User-Contributions copied to clipboard
Terraform docset suddenly missing all the aws provider?
I'm seeing this across two different computers now too. Terraform docset suddenly appears to be missing everything from AWS provider?
check issue #2953
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.
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!