Registry /
cloud / terraform-providers-terraform-provider-aws
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
aws
✓ github.com/terraform-providers/terraform-provider-aws
Serve the AWS Terraform provider.
package main
import (
"github.com/hashicorp/terraform-plugin-sdk/plugin"
"github.com/terraform-providers/terraform-provider-aws/aws"
)
func main() {
plugin.Serve(&plugin.ServeOpts{
ProviderFunc: aws.Provider,
})
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.60.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.