You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create a new directory for your provider
mkdir terraform-provider-mycompany
cd terraform-provider-mycompany
# Initialize Go module
go mod init github.com/yourusername/terraform-provider-mycompany
# Add core dependencies
go get github.com/hashicorp/terraform-plugin-framework
go get github.com/hashicorp/terraform-plugin-go