Alec Fong

Results 11 issues of 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...

type: bug
aws:ec2
status: confirmed

**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...

FeatureRequest

### 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....

bug
shell / zsh

### 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...

bug

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)...