Jakub Paweł Głazik

Results 4 issues of Jakub Paweł Głazik

# Affected resources - postgresql_default_privileges # Description When used with `priviledges = ["ALL"]` the resource is not idempotent ``` resource "postgresql_default_privileges" "priv-sequence-for-user" { database = "${var.db}" owner = "${var.db}_owner" role...

bug

`postgresql_grant` resource lacks `owner` attribute, similar to `postgresql_default_priviliges` Without it, it is impossible to manage multiple users across multiple databases with one provider, at least on RDS (no superuser). As...

* ability to use ephemeral SSH keys for connecting to EC2 instances Check this for more details: https://aws.amazon.com/blogs/compute/new-using-amazon-ec2-instance-connect-for-ssh-access-to-your-ec2-instances/ * add new command push-key: helper command that can be executed for...

> web3_clientVersion not available