mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Remove erroneously included infra files (#2179)
Nothing sensitive was included.
This commit is contained in:
parent
ca27bd9d5c
commit
e03b2c7ee3
3 changed files with 0 additions and 17 deletions
|
|
@ -1,12 +0,0 @@
|
|||
resource "aws_db_instance" "default" {
|
||||
allocated_storage = 10
|
||||
engine = "mysql"
|
||||
engine_version = "5.7"
|
||||
instance_class = "db.t3.micro"
|
||||
identifier_prefix = "fleet"
|
||||
name = "fleet"
|
||||
username = "foo"
|
||||
password = "foobarbaz"
|
||||
parameter_group_name = "default.mysql5.7"
|
||||
skip_final_snapshot = true
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
variable "vpc_id" {}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
FROM amazon/aws-cli
|
||||
MAINTAINER Fleet Developers <engineering@fleetdm.com>
|
||||
|
||||
RUN curl https://github.com/fleetdm/fleet/releases/latest/download/fleetctl-linux.tar.gz | tar -xf
|
||||
Loading…
Reference in a new issue