Remove erroneously included infra files (#2179)

Nothing sensitive was included.
This commit is contained in:
Zach Wasserman 2021-09-22 09:53:41 -07:00 committed by GitHub
parent ca27bd9d5c
commit e03b2c7ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 17 deletions

View file

@ -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
}

View file

@ -1 +0,0 @@
variable "vpc_id" {}

View file

@ -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