This commit is contained in:
Edward Viaene
2016-10-14 09:20:22 +00:00
parent 7fb66255a6
commit f6fbb7ccf0
+4
View File
@@ -10,6 +10,10 @@ resource "aws_instance" "example" {
# the public SSH key
key_name = "${aws_key_pair.mykeypair.key_name}"
# user data
user_data = "${data.template_cloudinit_config.cloudinit-example.rendered}"
}
resource "aws_ebs_volume" "ebs-volume-1" {