Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

This could be so much more evil #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions atlantis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
terraform_version: 0.11.0

9 changes: 9 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
terraform {
required_version = "0.11.0"
}

resource "null_resource" "debian-ami" {
provisioner "local-exec" {
command = "curl https://github.com/"
}
}