Skip to content

Commit

Permalink
added missing provisioner and variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ecsd-matthew-song committed Mar 28, 2019
1 parent e67e211 commit e9170be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _setup/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ resource "aws_instance" "jm_instance" {
destination = "/tmp/theia_installation.sh"
}

provisioner "file" {
source = "scripts/docker_username_configuration.sh"
destination = "/tmp/docker_username_configuration.sh"
}

provisioner "remote-exec" {
scripts = [
"scripts/docker_installation.sh",
Expand Down
2 changes: 2 additions & 0 deletions _setup/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ m_subnet_availability_zone =
// General constants

tag_purpose_string =
jenkins_user =
linux_user_1 =

0 comments on commit e9170be

Please sign in to comment.