We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bf41b commit 304e798Copy full SHA for 304e798
go.mod
@@ -1,5 +1,11 @@
1
module github.com/hashicorp/terraform-provider-aws
2
3
+// ----------------------------------------------------------------------------------------------------
4
+// DO NOT update to go 1.24 due to missing P521 elliptic used for the self-signed
5
+// certs between any client and terraform-aws-provider. The mTLS certs that we use:
6
+// https://github.com/hashicorp/go-plugin/blob/cfdf485783602a2ca85502dedebf441be7bcbc8d/mtls.go#L21-L24
7
8
+
9
go 1.23.0
10
11
toolchain go1.23.6
0 commit comments