Scott Doyland
Scott Doyland
Can a .deb be supplied for Ubuntu 22.04 arm64 - currently only amd64 is supplied directly via wget
azuread_service_principal for resource and data resource needs to be updated to support "client_id"
### 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...
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:  PR has been raised...
Please see the screenshot:  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...
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...
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" ] }...
### 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...
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...