mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-23 17:38:13 +00:00
move admin key file and s3 policy to files/
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d389efdb97
commit
14e2c6e010
2
dev.tf
2
dev.tf
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
resource "aws_key_pair" "admin" {
|
resource "aws_key_pair" "admin" {
|
||||||
key_name = "admin-key"
|
key_name = "admin-key"
|
||||||
public_key = "${file("admin.pub")}"
|
public_key = "${file("files/admin.pub")}"
|
||||||
}
|
}
|
||||||
|
|
||||||
data "aws_ami" "ubuntu" {
|
data "aws_ami" "ubuntu" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user