Remove test files that snuck in here

This commit is contained in:
Mitchell Hashimoto 2016-12-01 08:47:27 -05:00
parent 837f230ee2
commit 857d446fd6
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
4 changed files with 0 additions and 68 deletions

View File

@ -1,9 +0,0 @@
resource "null_resource" "foo" {
count = 2
provisioner "local-exec" { command = "sleep ${count.index*3}" }
//provisioner "local-exec" { command = "exit 1" }
lifecycle { create_before_destroy = true }
}

View File

@ -1 +0,0 @@
Hello, World

View File

@ -1,13 +0,0 @@
variable "username" {
default = "bob"
}
data "template_file" "user" {
template = "$${USERNAME}"
vars {
USERNAME = "${var.username}"
}
provisioner "local-exec" {
command = "echo ${self.rendered} > user.txt"
}
}

View File

@ -1,45 +0,0 @@
{
"version": 3,
"terraform_version": "0.7.2",
"serial": 393,
"lineage": "e8e8cc31-ebe6-4260-bb6a-eed53258cc08",
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {
"aws_route53_record.rslc-xxx-test-route53-record": {
"type": "aws_route53_record",
"depends_on": [
],
"primary": {
"id": "ZKBENUPLDUDMJ_xxx-test.rslcare.com.au_A",
"attributes": {
"alias.#": "1",
"alias.2624757427.evaluate_target_health": "false",
"alias.2624757427.name": "awseb-e-3-AWSEBLoa-1OO1X7V7IRMMF-999999999.ap-southeast-2.elb.amazonaws.com.",
"alias.2624757427.zone_id": "Z2999QAZ9SRTIC",
"fqdn": "hws-test.rslcare.com.au",
"health_check_id": "",
"id": "ZKBENUPLDUDMJ_hws-test.rslcare.com.au_A",
"name": "xxx-test.example.com",
"records.#": "0",
"set_identifier": "",
"ttl": "0",
"type": "A",
"zone_id": "ZKBENUPLDUDMJ"
},
"meta": {
"schema_version": "2"
},
"tainted": false
},
"deposed": [],
"provider": ""
}
}
}
]
}