Scott Doyland

Results 32 issues of Scott Doyland

Can a .deb be supplied for Ubuntu 22.04 arm64 - currently only amd64 is supplied directly via wget

### Extension Version v2.28.2 ### VS Code Version Version: 1.82.2 (user setup) Commit: abd2f3db4bdb28f9e95536dfa84d8479f1eb312d Date: 2023-09-14T05:55:25.390Z Electron: 25.8.1 ElectronBuildId: 23779380 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.19044...

bug
diagnostics
outdated-schema

The resource ```aws_autoscaling_group``` can have either a ```tags``` or ```tag``` value set. ```tags``` is deprecated. ```output.tf``` is currently outputing ```tags``` and it produces this error: ![image](https://user-images.githubusercontent.com/61512176/231242329-c020fedf-afbc-41e6-ab4c-46fb84ee5594.png) PR has been raised...

bug

Please see the screenshot: ![image](https://user-images.githubusercontent.com/61512176/217255332-c1497fbc-723d-4a23-bc78-9aca680fb943.png) I run a workflow, that calls a reusable workflow, that in turn calls a composite action, and in turn that composite calls the tf docs...

bug

Hi, I have a GitHub Actions workflow which essentially does this: 1. starts iamlive 2. runs terraform (with overly permissive permissions so it runs to completion) 3. stop iamlive with...

Currently a 1password token is needed to be held in GitHub Actions as below: ``` OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} ``` Can OIDC integration be implemented so the token can be...

terraform 1.7.4 provider 1.4.2 1password CLI 2.25.0 ``` resource "onepassword_item" "item" { ... ... username = var.myvar != null ? "test : "" password = var.myvar != null ? "test...

bug

terraform 1.7.4 provider 1.4.2 1passsord CLI 2.25.0 Tags not in alphabetical order cause constant diffs: ``` resource "onepassword_item" "item" { ... ... tags = [ "a", "c", "b" ] }...

bug

### Terraform Version ```shell Terraform v1.8.2 on linux_amd64 + provider registry.terraform.io/cloudflare/cloudflare v4.30.0 + provider registry.terraform.io/hashicorp/aws v5.47.0 + provider registry.terraform.io/hashicorp/external v2.3.3 ``` ### Terraform Configuration Files Relevant parts are: In a...

bug
cli
new
waiting for reproduction
cloud

Rather than opening a single folder that contains a repo, I have a workspace that has multiple folders and each folder is one repo, so it looks like the first...

bug