Alec Fong
Alec Fong
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When using the golang v2 aws client, creating or importing an...
**Is your feature request related to a problem? Please describe.** The vscode go settings config (`go.testEnvFile`) seems to only support one env file. **Describe the solution you'd like** The vscode...
### First check * [x] I used the GitHub search to find a similar issue and didn't find it. * [x] I searched the Typer documentation, with the integrated search....
### Describe the Bug I made a minor change to my terraform code after a couple of months and am getting this permission error in the eks-cluster module. ### Expected...
At the moment, it seems nil/uninitialized slices are == initialized empty list slices. ```golang type testStruct struct { A []string } func Test_DiffNilList(t *testing.T) { p := testStruct{} assert.Nil(t, p.A)...