diff --git a/list-users.tf b/list-users.tf deleted file mode 100644 index 13d08d0..0000000 --- a/list-users.tf +++ /dev/null @@ -1,17 +0,0 @@ -######################################### -# IAM user, login profile and access key -######################################### -locals { - name = "vasya.pupkin" - force_destroy = true - - # User "test" has uploaded his public key here - https://keybase.io/test/pgp_keys.asc - pgp_key = "keybase:test" - - password_reset_required = false - - # SSH public key - upload_iam_user_ssh_key = true - - ssh_public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0sUjdTEcOWYgQ7ESnHsSkvPUO2tEvZxxQHUZYh9j6BPZgfn13iYhfAP2cfZznzrV" -} \ No newline at end of file