Random._.

Results 10 issues of Random._.

## Story Why did you create this pull request? Support for github openid connect actions, as it the best and secure was for use aws creds in github actions ##...

Device: Manjaro Linux IDE: Vscode Tabnine supports "tabnine.disable_file_regex" for files where we want to diable tabnine But i want to enable tabnine only for specific languages like yaml, HCL, bash...

## A background task to fetch new secrets on a certain shudle from teller we can retrive secrets and run in applications fetching those secrets via variables, but when my...

enhancement

Signed-off-by: Rishang ### Fixed to docs for `required` paramater in sort format

size/XS

For deployments which don't contain TAGONLY enable, it will replace image url, which is helpful for conditions where we have services ready but inital image has to be pushed by...

can you add option to add comments written in variables.tf file to be printed for tfvars eg: `# say hi` variable "hi" { type = string default = "hello" }...

It will be good if the is feature to see actual font style formated font name in drop down just like what google font has while selecting font, cuuently it...

enhancement

Gpt4 is an incorrect model name also it is not widely available. So i have added most common used model 'gpt-3.5-turbo' as default one

Listing all resource for every region can take time, how about if we use cloudtrail data in order to fetch all resources in order to reduce identifing resources to be...

Old syntax: ```tf environment = [ { name = "AWS_DEFAULT_REGION" value = "us-east-1" }, ] ``` New syntax: ```tf environment = { "AWS_DEFAULT_REGION" = "us-east-1" } ``` Also fixes for...