Felix Wong
Felix Wong
not sure if this has been asked before, but it would be great to support editing the menu bar layout in the preferences so one can actually see all of...
the command to generate the below output is `JSON.neat_generate(env, after_colon: 1, padding: 1)`. `env` contains the ruby hash object used to generate the output. the output somehow has the `_template`...
### Abstract iam policies are currently in-line in resources. this feature would be to support generating the `aws_iam_policy_document` data source of terraform to be used in resource definitions. ### Proposal...
e.g. ```hcl data "aws_iam_policy_document" "foo" { statement { effect = "Allow" principals { type = "AWS" identifiers = [ "arn:aws:iam::blah" ] } actions = "sts:AssumeRole" } } resource "aws_iam_role" "backups"...
e.g. ```hcl data "aws_iam_policy_document" "foo" { statement { effect = "Allow" principals { type = "AWS" identifiers = [ "arn:aws:iam::blah" ] } actions = "sts:AssumeRole" } } resource "aws_iam_role" "backups"...
does not support custom address currently.
not sure if this was issue was seen recently for other, as i don't seem to find anything, but does it seem like the auto update feature hasn't really been...
so one can build the packages directly in the repo
i.e. use oauth directly, so there is no need to use access tokens.